Html Css Color HEX #33079E Persian Indigo

📋 copy color: '#33079E'

red 51 ◦ green 7 ◦ blue 158

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

Shades of Persian Indigo #33079E

Tints of Persian Indigo #33079E

RGB

 RED value IS 51 (20.31% from 255) = 23.61%

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

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

R = 23.61%
G = 3.24%
B = 73.15%

CMYK

 C value IS 0.68

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#33079E (or 0x33079E) is known color: Persian Indigo. HEX triplet: 33, 07 and 9E. RGB value is (51,7,158). Sum of RGB (Red+Green+Blue) = 51+7+158=216 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.61% from 216); Green value is 7 (3.12% from 255 or 3.24% from 216); Blue value is 158 (62.11% from 255 or 73.15% from 216); Max value from RGB is 158 - color contains mainly: blue. Hex color #33079E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33079E is #CCF861. Grayscale: #242424. Windows color (decimal): -13432930 or 10356531. OLE color: 10356531.

HSL color Cylindrical-coordinate representation of color #33079E: hue angle of 257.48º 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 #33079E is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 7 158 -
CMYK 0.68 0.96 0 0.38
HSL 257.48º 0.92% 0.32% -
HSV(B) 257.48º 0.96% 0.62% -
XYZ 7.61 3.32 32.59 -
YUV 37.37 196.08 137.72 -
System Red Green Blue C M Y K H S L
Decimal 51 7 158 0.68 0.96 0 0.38 257.48 0.92 0.32
Hex 33 7 9E 44 60 0 26 101 5C 20
Octal 63 7 236 104 140 0 46 401 134 40
Binary 110011 111 10011110 1000100 1100000 0 100110 100000001 1011100 100000

Color Harmonies of #33079E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33079E

Black with #33079E

Text Example


Text Example

White with #33079E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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