Html Css Color HEX #39149B Persian Indigo

📋 copy color: '#39149B'

red 57 ◦ green 20 ◦ blue 155

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

Shades of Persian Indigo #39149B

Tints of Persian Indigo #39149B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.62%

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

R = 24.57%
G = 8.62%
B = 66.81%

CMYK

 C value IS 0.63

 M value IS 0.87

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#39149B (or 0x39149B) is known color: Persian Indigo. HEX triplet: 39, 14 and 9B. RGB value is (57,20,155). Sum of RGB (Red+Green+Blue) = 57+20+155=232 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.57% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 155 (60.94% from 255 or 66.81% from 232); Max value from RGB is 155 - color contains mainly: blue. Hex color #39149B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39149B is #C6EB64. Grayscale: #2D2D2D. Windows color (decimal): -13036389 or 10163257. OLE color: 10163257.

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

Color convert

RGB 57 20 155 -
CMYK 0.63 0.87 0 0.39
HSL 256.44º 0.77% 0.34% -
HSV(B) 256.44º 0.87% 0.61% -
XYZ 7.85 3.74 31.32 -
YUV 46.45 189.26 135.52 -
System Red Green Blue C M Y K H S L
Decimal 57 20 155 0.63 0.87 0 0.39 256.44 0.77 0.34
Hex 39 14 9B 3F 57 0 27 100 4D 22
Octal 71 24 233 77 127 0 47 400 115 42
Binary 111001 10100 10011011 111111 1010111 0 100111 100000000 1001101 100010

Color Harmonies of #39149B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39149B

Black with #39149B

Text Example


Text Example

White with #39149B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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