Html Css Color HEX #39129E Persian Indigo

📋 copy color: '#39129E'

red 57 ◦ green 18 ◦ blue 158

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

Shades of Persian Indigo #39129E

Tints of Persian Indigo #39129E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.73%

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

R = 24.46%
G = 7.73%
B = 67.81%

CMYK

 C value IS 0.64

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#39129E (or 0x39129E) is known color: Persian Indigo. HEX triplet: 39, 12 and 9E. RGB value is (57,18,158). Sum of RGB (Red+Green+Blue) = 57+18+158=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 158 (62.11% from 255 or 67.81% from 233); Max value from RGB is 158 - color contains mainly: blue. Hex color #39129E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39129E is #C6ED61. Grayscale: #2D2D2D. Windows color (decimal): -13036898 or 10359353. OLE color: 10359353.

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

Color convert

RGB 57 18 158 -
CMYK 0.64 0.89 0 0.38
HSL 256.71º 0.8% 0.35% -
HSV(B) 256.71º 0.89% 0.62% -
XYZ 8.08 3.77 32.65 -
YUV 45.62 191.42 136.12 -
System Red Green Blue C M Y K H S L
Decimal 57 18 158 0.64 0.89 0 0.38 256.71 0.8 0.35
Hex 39 12 9E 40 59 0 26 101 50 23
Octal 71 22 236 100 131 0 46 401 120 43
Binary 111001 10010 10011110 1000000 1011001 0 100110 100000001 1010000 100011

Color Harmonies of #39129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39129E

Black with #39129E

Text Example


Text Example

White with #39129E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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