Html Css Color HEX #39149E Persian Indigo

📋 copy color: '#39149E'

red 57 ◦ green 20 ◦ blue 158

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

Shades of Persian Indigo #39149E

Tints of Persian Indigo #39149E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 67.23%

R = 24.26%
G = 8.51%
B = 67.23%

CMYK

 C value IS 0.64

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#39149E (or 0x39149E) is known color: Persian Indigo. HEX triplet: 39, 14 and 9E. RGB value is (57,20,158). Sum of RGB (Red+Green+Blue) = 57+20+158=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 158 (62.11% from 255 or 67.23% from 235); Max value from RGB is 158 - color contains mainly: blue. Hex color #39149E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39149E is #C6EB61. Grayscale: #2E2E2E. Windows color (decimal): -13036386 or 10359865. OLE color: 10359865.

HSL color Cylindrical-coordinate representation of color #39149E: hue angle of 256.09º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #39149E is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 57 20 158 -
CMYK 0.64 0.87 0 0.38
HSL 256.09º 0.78% 0.35% -
HSV(B) 256.09º 0.87% 0.62% -
XYZ 8.11 3.84 32.66 -
YUV 46.8 190.76 135.28 -
System Red Green Blue C M Y K H S L
Decimal 57 20 158 0.64 0.87 0 0.38 256.09 0.78 0.35
Hex 39 14 9E 40 57 0 26 100 4E 23
Octal 71 24 236 100 127 0 46 400 116 43
Binary 111001 10100 10011110 1000000 1010111 0 100110 100000000 1001110 100011

Color Harmonies of #39149E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39149E

Black with #39149E

Text Example


Text Example

White with #39149E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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