#380292

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

Shades of Persian Indigo #380292

Tints of Persian Indigo #380292

Color information

#380292 (or 0x380292) is unknown color: approx Persian Indigo. HEX triplet: 38, 02 and 92. RGB value is (56,2,146). Sum of RGB (Red+Green+Blue) = 56+2+146=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 146 (57.42% from 255 or 71.57% from 204); Max value from RGB is 146 - color contains mainly: blue. Hex color #380292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380292 is #C7FD6D. Grayscale: #222222. Windows color (decimal): -13106542 or 9568824. OLE color: 9568824.

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

Color convert

RGB562146-
CMYK0.620.9900.43
HSL262.5º97.3%29.02%-
HSV(B)262.5º98.63%57.25%-
XYZ6.842.9627.4-
YUV34.56190.89143.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.45%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 146 (57.42% from 255) = 71.57%
R=27.45%
G=0.98%
B=71.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal5621460.620.9900.43262.597.329.02
Hex382923E6302B106611d
Octal7022227614305340614135
Binary111000101001001011111011000110101011100000110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380292; }

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

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

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

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

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

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

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

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