#382487

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

Shades of Persian Indigo #382487

Tints of Persian Indigo #382487

Color information

#382487 (or 0x382487) is unknown color: approx Persian Indigo. HEX triplet: 38, 24 and 87. RGB value is (56,36,135). Sum of RGB (Red+Green+Blue) = 56+36+135=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 135 (53.12% from 255 or 59.47% from 227); Max value from RGB is 135 - color contains mainly: blue. Hex color #382487 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382487 is #C7DB78. Grayscale: #343434. Windows color (decimal): -13097849 or 8856632. OLE color: 8856632.

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

Color convert

RGB5636135-
CMYK0.590.7300.47
HSL252.12º57.89%33.53%-
HSV(B)252.12º73.33%52.94%-
XYZ6.633.8523.32-
YUV53.27174.13129.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.67%
GREEN value IS 36 (14.45% from 255) = 15.86%
BLUE value IS 135 (53.12% from 255) = 59.47%
R=24.67%
G=15.86%
B=59.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56361350.590.7300.47252.1257.8933.53
Hex3824873B4902Ffc3a22
Octal7044207731110573747242
Binary111000100100100001111110111001001010111111111100111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382487; }

 p { color: rgb(56,36,135); }

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

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

 a { background-color: rgb(56,36,135); }

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

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

 span { border-color: rgb(56,36,135); }

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