Html Css Color HEX #392188 Persian Indigo

📋 copy color: '#392188'

red 57 ◦ green 33 ◦ blue 136

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

Shades of Persian Indigo #392188

Tints of Persian Indigo #392188

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.6%

 BLUE value IS 136 (53.52% from 255) = 60.18%

R = 25.22%
G = 14.6%
B = 60.18%

CMYK

 C value IS 0.58

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#392188 (or 0x392188) is known color: Persian Indigo. HEX triplet: 39, 21 and 88. RGB value is (57,33,136). Sum of RGB (Red+Green+Blue) = 57+33+136=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 33 (13.28% from 255 or 14.60% 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 #392188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392188 is #C6DE77. Grayscale: #333333. Windows color (decimal): -13033080 or 8921401. OLE color: 8921401.

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

Color convert

RGB 57 33 136 -
CMYK 0.58 0.76 0 0.47
HSL 253.98º 0.61% 0.33% -
HSV(B) 253.98º 0.76% 0.53% -
XYZ 6.68 3.74 23.66 -
YUV 51.92 175.45 131.62 -
System Red Green Blue C M Y K H S L
Decimal 57 33 136 0.58 0.76 0 0.47 253.98 0.61 0.33
Hex 39 21 88 3A 4C 0 2F FE 3D 21
Octal 71 41 210 72 114 0 57 376 75 41
Binary 111001 100001 10001000 111010 1001100 0 101111 11111110 111101 100001

Color Harmonies of #392188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392188

Black with #392188

Text Example


Text Example

White with #392188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392188; }

 p { color: rgb(57,33,136); }

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

background-color css

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

 a { background-color: rgb(57,33,136); }

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

border-color css

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

 span { border-color: rgb(57,33,136); }

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