Html Css Color HEX #392183 Persian Indigo

📋 copy color: '#392183'

red 57 ◦ green 33 ◦ blue 131

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

Shades of Persian Indigo #392183

Tints of Persian Indigo #392183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 59.28%

R = 25.79%
G = 14.93%
B = 59.28%

CMYK

 C value IS 0.56

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#392183 (or 0x392183) is known color: Persian Indigo. HEX triplet: 39, 21 and 83. RGB value is (57,33,131). Sum of RGB (Red+Green+Blue) = 57+33+131=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 131 (51.56% from 255 or 59.28% from 221); Max value from RGB is 131 - color contains mainly: blue. Hex color #392183 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392183 is #C6DE7C. Grayscale: #323232. Windows color (decimal): -13033085 or 8593721. OLE color: 8593721.

HSL color Cylindrical-coordinate representation of color #392183: hue angle of 254.69º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #392183 is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 33 131 -
CMYK 0.56 0.75 0 0.49
HSL 254.69º 0.6% 0.32% -
HSV(B) 254.69º 0.75% 0.51% -
XYZ 6.33 3.6 21.83 -
YUV 51.35 172.95 132.03 -
System Red Green Blue C M Y K H S L
Decimal 57 33 131 0.56 0.75 0 0.49 254.69 0.6 0.32
Hex 39 21 83 38 4B 0 31 FF 3C 20
Octal 71 41 203 70 113 0 61 377 74 40
Binary 111001 100001 10000011 111000 1001011 0 110001 11111111 111100 100000

Color Harmonies of #392183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392183

Black with #392183

Text Example


Text Example

White with #392183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392183; }

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

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

background-color css

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

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

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

border-color css

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

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

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