#382292

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

Shades of Persian Indigo #382292

Tints of Persian Indigo #382292

Color information

#382292 (or 0x382292) is unknown color: approx Persian Indigo. HEX triplet: 38, 22 and 92. RGB value is (56,34,146). Sum of RGB (Red+Green+Blue) = 56+34+146=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 146 (57.42% from 255 or 61.86% from 236); Max value from RGB is 146 - color contains mainly: blue. Hex color #382292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382292 is #C7DD6D. Grayscale: #343434. Windows color (decimal): -13098350 or 9577016. OLE color: 9577016.

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

Color convert

RGB5634146-
CMYK0.620.7700.43
HSL251.79º62.22%35.29%-
HSV(B)251.79º76.71%57.25%-
XYZ7.394.0627.59-
YUV53.35180.29129.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.73%
GREEN value IS 34 (13.67% from 255) = 14.41%
BLUE value IS 146 (57.42% from 255) = 61.86%
R=23.73%
G=14.41%
B=61.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal56341460.620.7700.43251.7962.2235.29
Hex3822923E4D02Bfc3e23
Octal7042222761150533747643
Binary111000100010100100101111101001101010101111111100111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382292; }

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

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

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

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

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

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

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

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