Html Css Color HEX #392081 Persian Indigo

📋 copy color: '#392081'

red 57 ◦ green 32 ◦ blue 129

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

Shades of Persian Indigo #392081

Tints of Persian Indigo #392081

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.68%

 BLUE value IS 129 (50.78% from 255) = 59.17%

R = 26.15%
G = 14.68%
B = 59.17%

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

#392081 (or 0x392081) is known color: Persian Indigo. HEX triplet: 39, 20 and 81. RGB value is (57,32,129). Sum of RGB (Red+Green+Blue) = 57+32+129=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 129 (50.78% from 255 or 59.17% from 218); Max value from RGB is 129 - color contains mainly: blue. Hex color #392081 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392081 is #C6DF7E. Grayscale: #323232. Windows color (decimal): -13033343 or 8462393. OLE color: 8462393.

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

Color convert

RGB 57 32 129 -
CMYK 0.56 0.75 0 0.49
HSL 255.46º 0.6% 0.32% -
HSV(B) 255.46º 0.75% 0.51% -
XYZ 6.17 3.49 21.12 -
YUV 50.53 172.28 132.61 -
System Red Green Blue C M Y K H S L
Decimal 57 32 129 0.56 0.75 0 0.49 255.46 0.6 0.32
Hex 39 20 81 38 4B 0 31 FF 3C 20
Octal 71 40 201 70 113 0 61 377 74 40
Binary 111001 100000 10000001 111000 1001011 0 110001 11111111 111100 100000

Color Harmonies of #392081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392081

Black with #392081

Text Example


Text Example

White with #392081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392081; }

 p { color: rgb(57,32,129); }

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

background-color css

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

 a { background-color: rgb(57,32,129); }

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

border-color css

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

 span { border-color: rgb(57,32,129); }

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