#382090

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

Shades of Persian Indigo #382090

Tints of Persian Indigo #382090

Color information

#382090 (or 0x382090) is unknown color: approx Persian Indigo. HEX triplet: 38, 20 and 90. RGB value is (56,32,144). Sum of RGB (Red+Green+Blue) = 56+32+144=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 144 (56.64% from 255 or 62.07% from 232); Max value from RGB is 144 - color contains mainly: blue. Hex color #382090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382090 is #C7DF6F. Grayscale: #333333. Windows color (decimal): -13098864 or 9445432. OLE color: 9445432.

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

Color convert

RGB5632144-
CMYK0.610.7800.44
HSL252.86º63.64%34.51%-
HSV(B)252.86º77.78%56.47%-
XYZ7.183.8926.76-
YUV51.94179.95130.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.14%
GREEN value IS 32 (12.89% from 255) = 13.79%
BLUE value IS 144 (56.64% from 255) = 62.07%
R=24.14%
G=13.79%
B=62.07%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal56321440.610.7800.44252.8663.6434.51
Hex3820903D4E02Cfd4023
Octal70402207511605437510043
Binary1110001000001001000011110110011100101100111111011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382090; }

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

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

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

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

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

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

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

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