#380290

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

Shades of Persian Indigo #380290

Tints of Persian Indigo #380290

Color information

#380290 (or 0x380290) is unknown color: approx Persian Indigo. HEX triplet: 38, 02 and 90. RGB value is (56,2,144). Sum of RGB (Red+Green+Blue) = 56+2+144=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 144 (56.64% from 255 or 71.29% from 202); Max value from RGB is 144 - color contains mainly: blue. Hex color #380290 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380290 is #C7FD6F. Grayscale: #212121. Windows color (decimal): -13106544 or 9437752. OLE color: 9437752.

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

Color convert

RGB562144-
CMYK0.610.9900.44
HSL262.82º97.26%28.63%-
HSV(B)262.82º98.61%56.47%-
XYZ6.692.926.59-
YUV34.33189.89143.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.72%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 144 (56.64% from 255) = 71.29%
R=27.72%
G=0.99%
B=71.29%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5621440.610.9900.44262.8297.2628.63
Hex382903D6302C107611d
Octal7022207514305440714135
Binary111000101001000011110111000110101100100000111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380290; }

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

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

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

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

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

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

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

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