Html Css Color HEX #392085 Persian Indigo

📋 copy color: '#392085'

red 57 ◦ green 32 ◦ blue 133

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

Shades of Persian Indigo #392085

Tints of Persian Indigo #392085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 59.91%

R = 25.68%
G = 14.41%
B = 59.91%

CMYK

 C value IS 0.57

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#392085 (or 0x392085) is known color: Persian Indigo. HEX triplet: 39, 20 and 85. RGB value is (57,32,133). Sum of RGB (Red+Green+Blue) = 57+32+133=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 133 (52.34% from 255 or 59.91% from 222); Max value from RGB is 133 - color contains mainly: blue. Hex color #392085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392085 is #C6DF7A. Grayscale: #323232. Windows color (decimal): -13033339 or 8724537. OLE color: 8724537.

HSL color Cylindrical-coordinate representation of color #392085: hue angle of 254.85º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #392085 is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 32 133 -
CMYK 0.57 0.76 0 0.48
HSL 254.85º 0.61% 0.32% -
HSV(B) 254.85º 0.76% 0.52% -
XYZ 6.44 3.6 22.55 -
YUV 50.99 174.28 132.29 -
System Red Green Blue C M Y K H S L
Decimal 57 32 133 0.57 0.76 0 0.48 254.85 0.61 0.32
Hex 39 20 85 39 4C 0 30 FF 3D 20
Octal 71 40 205 71 114 0 60 377 75 40
Binary 111001 100000 10000101 111001 1001100 0 110000 11111111 111101 100000

Color Harmonies of #392085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392085

Black with #392085

Text Example


Text Example

White with #392085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392085; }

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

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

background-color css

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

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

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

border-color css

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

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

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