Html Css Color HEX #34079E Persian Indigo

📋 copy color: '#34079E'

red 52 ◦ green 7 ◦ blue 158

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

Shades of Persian Indigo #34079E

Tints of Persian Indigo #34079E

RGB

 RED value IS 52 (20.7% from 255) = 23.96%

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

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

R = 23.96%
G = 3.23%
B = 72.81%

CMYK

 C value IS 0.67

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#34079E (or 0x34079E) is known color: Persian Indigo. HEX triplet: 34, 07 and 9E. RGB value is (52,7,158). Sum of RGB (Red+Green+Blue) = 52+7+158=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 7 (3.12% from 255 or 3.23% from 217); Blue value is 158 (62.11% from 255 or 72.81% from 217); Max value from RGB is 158 - color contains mainly: blue. Hex color #34079E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34079E is #CBF861. Grayscale: #252525. Windows color (decimal): -13367394 or 10356532. OLE color: 10356532.

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

Color convert

RGB 52 7 158 -
CMYK 0.67 0.96 0 0.38
HSL 257.88º 0.92% 0.32% -
HSV(B) 257.88º 0.96% 0.62% -
XYZ 7.66 3.35 32.59 -
YUV 37.67 195.91 138.22 -
System Red Green Blue C M Y K H S L
Decimal 52 7 158 0.67 0.96 0 0.38 257.88 0.92 0.32
Hex 34 7 9E 43 60 0 26 102 5C 20
Octal 64 7 236 103 140 0 46 402 134 40
Binary 110100 111 10011110 1000011 1100000 0 100110 100000010 1011100 100000

Color Harmonies of #34079E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34079E

Black with #34079E

Text Example


Text Example

White with #34079E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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