Html Css Color HEX #39079C Persian Indigo

📋 copy color: '#39079C'

red 57 ◦ green 7 ◦ blue 156

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

Shades of Persian Indigo #39079C

Tints of Persian Indigo #39079C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 70.91%

R = 25.91%
G = 3.18%
B = 70.91%

CMYK

 C value IS 0.63

 M value IS 0.96

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#39079C (or 0x39079C) is known color: Persian Indigo. HEX triplet: 39, 07 and 9C. RGB value is (57,7,156). Sum of RGB (Red+Green+Blue) = 57+7+156=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 156 (61.33% from 255 or 70.91% from 220); Max value from RGB is 156 - color contains mainly: blue. Hex color #39079C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39079C is #C6F863. Grayscale: #262626. Windows color (decimal): -13039716 or 10225465. OLE color: 10225465.

HSL color Cylindrical-coordinate representation of color #39079C: hue angle of 260.13º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #39079C is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 57 7 156 -
CMYK 0.63 0.96 0 0.39
HSL 260.13º 0.91% 0.32% -
HSV(B) 260.13º 0.96% 0.61% -
XYZ 7.76 3.42 31.7 -
YUV 38.94 194.07 140.88 -
System Red Green Blue C M Y K H S L
Decimal 57 7 156 0.63 0.96 0 0.39 260.13 0.91 0.32
Hex 39 7 9C 3F 60 0 27 104 5B 20
Octal 71 7 234 77 140 0 47 404 133 40
Binary 111001 111 10011100 111111 1100000 0 100111 100000100 1011011 100000

Color Harmonies of #39079C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39079C

Black with #39079C

Text Example


Text Example

White with #39079C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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