Html Css Color HEX #392287 Persian Indigo

📋 copy color: '#392287'

red 57 ◦ green 34 ◦ blue 135

#392287
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #392287

Tints of Persian Indigo #392287

RGB

 RED value IS 57 (22.66% from 255) = 25.22%

 GREEN value IS 34 (13.67% from 255) = 15.04%

 BLUE value IS 135 (53.13% from 255) = 59.73%

R = 25.22%
G = 15.04%
B = 59.73%

CMYK

 C value IS 0.58

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#392287 (or 0x392287) is known color: Persian Indigo. HEX triplet: 39, 22 and 87. RGB value is (57,34,135). Sum of RGB (Red+Green+Blue) = 57+34+135=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 135 (53.12% from 255 or 59.73% from 226); Max value from RGB is 135 - color contains mainly: blue. Hex color #392287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392287 is #C6DD78. Grayscale: #343434. Windows color (decimal): -13032825 or 8856121. OLE color: 8856121.

HSL color Cylindrical-coordinate representation of color #392287: hue angle of 253.66º 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 #392287 is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 34 135 -
CMYK 0.58 0.75 0 0.47
HSL 253.66º 0.6% 0.33% -
HSV(B) 253.66º 0.75% 0.53% -
XYZ 6.63 3.76 23.3 -
YUV 52.39 174.62 131.29 -
System Red Green Blue C M Y K H S L
Decimal 57 34 135 0.58 0.75 0 0.47 253.66 0.6 0.33
Hex 39 22 87 3A 4B 0 2F FE 3C 21
Octal 71 42 207 72 113 0 57 376 74 41
Binary 111001 100010 10000111 111010 1001011 0 101111 11111110 111100 100001

Color Harmonies of #392287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392287

Black with #392287

Text Example


Text Example

White with #392287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392287; }

 p { color: rgb(57,34,135); }

 H1.HeaderClassName
 {
   color: #392287;
 }
 .AnyTagClassName
 {
   color: #392287;
 }
</style>

background-color css

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

 a { background-color: rgb(57,34,135); }

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

border-color css

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

 span { border-color: rgb(57,34,135); }

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