Html Css Color HEX #39079E Persian Indigo

📋 copy color: '#39079E'

red 57 ◦ green 7 ◦ blue 158

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

Shades of Persian Indigo #39079E

Tints of Persian Indigo #39079E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.15%

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

R = 25.68%
G = 3.15%
B = 71.17%

CMYK

 C value IS 0.64

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#39079E (or 0x39079E) is known color: Persian Indigo. HEX triplet: 39, 07 and 9E. RGB value is (57,7,158). Sum of RGB (Red+Green+Blue) = 57+7+158=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 158 (62.11% from 255 or 71.17% from 222); Max value from RGB is 158 - color contains mainly: blue. Hex color #39079E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39079E is #C6F861. Grayscale: #262626. Windows color (decimal): -13039714 or 10356537. OLE color: 10356537.

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

Color convert

RGB 57 7 158 -
CMYK 0.64 0.96 0 0.38
HSL 259.87º 0.92% 0.32% -
HSV(B) 259.87º 0.96% 0.62% -
XYZ 7.93 3.49 32.6 -
YUV 39.16 195.07 140.72 -
System Red Green Blue C M Y K H S L
Decimal 57 7 158 0.64 0.96 0 0.38 259.87 0.92 0.32
Hex 39 7 9E 40 60 0 26 104 5C 20
Octal 71 7 236 100 140 0 46 404 134 40
Binary 111001 111 10011110 1000000 1100000 0 100110 100000100 1011100 100000

Color Harmonies of #39079E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39079E

Black with #39079E

Text Example


Text Example

White with #39079E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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