#381692

Color #381692 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #381692

Tints of Persian Indigo #381692

Color information

#381692 (or 0x381692) is unknown color: approx Persian Indigo. HEX triplet: 38, 16 and 92. RGB value is (56,22,146). Sum of RGB (Red+Green+Blue) = 56+22+146=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 146 (57.42% from 255 or 65.18% from 224); Max value from RGB is 146 - color contains mainly: blue. Hex color #381692 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381692 is #C7E96D. Grayscale: #2D2D2D. Windows color (decimal): -13101422 or 9573944. OLE color: 9573944.

HSL color Cylindrical-coordinate representation of color #381692: hue angle of 256.45º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #381692 is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5622146-
CMYK0.620.8500.43
HSL256.45º73.81%32.94%-
HSV(B)256.45º84.93%57.25%-
XYZ7.113.4927.49-
YUV46.3184.26134.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 25%
GREEN value IS 22 (8.98% from 255) = 9.82%
BLUE value IS 146 (57.42% from 255) = 65.18%
R=25%
G=9.82%
B=65.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal56221460.620.8500.43256.4573.8132.94
Hex3816923E5502B1004a21
Octal70262227612505340011241
Binary1110001011010010010111110101010101010111000000001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381692; }

 p { color: rgb(56,22,146); }

 H1.HeaderClassName
 {
   color: #381692;
 }
 .AnyTagClassName
 {
   color: #381692;
 }
</style>
background-color css

<style>
 a { background-color: #381692; }

 a { background-color: rgb(56,22,146); }

 div.DivClassName
 {
   background-color: #381692;
 }
 .BgClassName
 {
   background-color: #381692;
 }
</style>
border-color css

<style>
 span { border-color: #381692; }

 span { border-color: rgb(56,22,146); }

 td.TdClassName
 {
   border-color: #381692;
 }
 .TagClassName
 {
   border-color: #381692;
 }
</style>