#382288

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

Shades of Persian Indigo #382288

Tints of Persian Indigo #382288

Color information

#382288 (or 0x382288) is unknown color: approx Persian Indigo. HEX triplet: 38, 22 and 88. RGB value is (56,34,136). Sum of RGB (Red+Green+Blue) = 56+34+136=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 136 (53.52% from 255 or 60.18% from 226); Max value from RGB is 136 - color contains mainly: blue. Hex color #382288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382288 is #C7DD77. Grayscale: #333333. Windows color (decimal): -13098360 or 8921656. OLE color: 8921656.

HSL color Cylindrical-coordinate representation of color #382288: hue angle of 252.94º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #382288 is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5634136-
CMYK0.590.7500.47
HSL252.94º60%33.33%-
HSV(B)252.94º75%53.33%-
XYZ6.653.7623.67-
YUV52.21175.29130.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.78%
GREEN value IS 34 (13.67% from 255) = 15.04%
BLUE value IS 136 (53.52% from 255) = 60.18%
R=24.78%
G=15.04%
B=60.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56341360.590.7500.47252.946033.33
Hex3822883B4B02Ffd3c21
Octal7042210731130573757441
Binary111000100010100010001110111001011010111111111101111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382288; }

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

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

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

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

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

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

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

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