Html Css Color HEX #39119B Persian Indigo

📋 copy color: '#39119B'

red 57 ◦ green 17 ◦ blue 155

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

Shades of Persian Indigo #39119B

Tints of Persian Indigo #39119B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.42%

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

R = 24.89%
G = 7.42%
B = 67.69%

CMYK

 C value IS 0.63

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#39119B (or 0x39119B) is known color: Persian Indigo. HEX triplet: 39, 11 and 9B. RGB value is (57,17,155). Sum of RGB (Red+Green+Blue) = 57+17+155=229 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.89% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 155 (60.94% from 255 or 67.69% from 229); Max value from RGB is 155 - color contains mainly: blue. Hex color #39119B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39119B is #C6EE64. Grayscale: #2C2C2C. Windows color (decimal): -13037157 or 10162489. OLE color: 10162489.

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

Color convert

RGB 57 17 155 -
CMYK 0.63 0.89 0 0.39
HSL 257.39º 0.8% 0.34% -
HSV(B) 257.39º 0.89% 0.61% -
XYZ 7.8 3.64 31.3 -
YUV 44.69 190.25 136.78 -
System Red Green Blue C M Y K H S L
Decimal 57 17 155 0.63 0.89 0 0.39 257.39 0.8 0.34
Hex 39 11 9B 3F 59 0 27 101 50 22
Octal 71 21 233 77 131 0 47 401 120 42
Binary 111001 10001 10011011 111111 1011001 0 100111 100000001 1010000 100010

Color Harmonies of #39119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39119B

Black with #39119B

Text Example


Text Example

White with #39119B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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