Html Css Color HEX #39189B Persian Indigo

📋 copy color: '#39189B'

red 57 ◦ green 24 ◦ blue 155

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

Shades of Persian Indigo #39189B

Tints of Persian Indigo #39189B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.17%

 BLUE value IS 155 (60.94% from 255) = 65.68%

R = 24.15%
G = 10.17%
B = 65.68%

CMYK

 C value IS 0.63

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#39189B (or 0x39189B) is known color: Persian Indigo. HEX triplet: 39, 18 and 9B. RGB value is (57,24,155). Sum of RGB (Red+Green+Blue) = 57+24+155=236 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.15% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 155 (60.94% from 255 or 65.68% from 236); Max value from RGB is 155 - color contains mainly: blue. Hex color #39189B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39189B is #C6E764. Grayscale: #303030. Windows color (decimal): -13035365 or 10164281. OLE color: 10164281.

HSL color Cylindrical-coordinate representation of color #39189B: hue angle of 255.11º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #39189B is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 57 24 155 -
CMYK 0.63 0.85 0 0.39
HSL 255.11º 0.73% 0.35% -
HSV(B) 255.11º 0.85% 0.61% -
XYZ 7.93 3.89 31.34 -
YUV 48.8 187.93 133.85 -
System Red Green Blue C M Y K H S L
Decimal 57 24 155 0.63 0.85 0 0.39 255.11 0.73 0.35
Hex 39 18 9B 3F 55 0 27 FF 49 23
Octal 71 30 233 77 125 0 47 377 111 43
Binary 111001 11000 10011011 111111 1010101 0 100111 11111111 1001001 100011

Color Harmonies of #39189B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39189B

Black with #39189B

Text Example


Text Example

White with #39189B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39189B; }

 p { color: rgb(57,24,155); }

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

background-color css

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

 a { background-color: rgb(57,24,155); }

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

border-color css

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

 span { border-color: rgb(57,24,155); }

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