#381292

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

Shades of Persian Indigo #381292

Tints of Persian Indigo #381292

Color information

#381292 (or 0x381292) is unknown color: approx Persian Indigo. HEX triplet: 38, 12 and 92. RGB value is (56,18,146). Sum of RGB (Red+Green+Blue) = 56+18+146=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 146 (57.42% from 255 or 66.36% from 220); Max value from RGB is 146 - color contains mainly: blue. Hex color #381292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381292 is #C7ED6D. Grayscale: #2B2B2B. Windows color (decimal): -13102446 or 9572920. OLE color: 9572920.

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

Color convert

RGB5618146-
CMYK0.620.8800.43
HSL257.81º78.05%32.16%-
HSV(B)257.81º87.67%57.25%-
XYZ7.043.3527.47-
YUV43.95185.59136.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.45%
GREEN value IS 18 (7.42% from 255) = 8.18%
BLUE value IS 146 (57.42% from 255) = 66.36%
R=25.45%
G=8.18%
B=66.36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal56181460.620.8800.43257.8178.0532.16
Hex3812923E5802B1024e20
Octal70222227613005340211640
Binary1110001001010010010111110101100001010111000000101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381292; }

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

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

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

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

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

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

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

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