Html Css Color HEX #34026A Persian Indigo

📋 copy color: '#34026A'

red 52 ◦ green 2 ◦ blue 106

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

Shades of Persian Indigo #34026A

Tints of Persian Indigo #34026A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.25%

 BLUE value IS 106 (41.8% from 255) = 66.25%

R = 32.5%
G = 1.25%
B = 66.25%

CMYK

 C value IS 0.51

 M value IS 0.98

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#34026A (or 0x34026A) is known color: Persian Indigo. HEX triplet: 34, 02 and 6A. RGB value is (52,2,106). Sum of RGB (Red+Green+Blue) = 52+2+106=160 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.5% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 106 (41.80% from 255 or 66.25% from 160); Max value from RGB is 106 - color contains mainly: blue. Hex color #34026A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34026A is #CBFD95. Grayscale: #1C1C1C. Windows color (decimal): -13368726 or 6947380. OLE color: 6947380.

HSL color Cylindrical-coordinate representation of color #34026A: hue angle of 268.85º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #34026A is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 52 2 106 -
CMYK 0.51 0.98 0 0.58
HSL 268.85º 0.96% 0.21% -
HSV(B) 268.85º 0.98% 0.42% -
XYZ 4.04 1.81 13.77 -
YUV 28.81 171.57 144.54 -
System Red Green Blue C M Y K H S L
Decimal 52 2 106 0.51 0.98 0 0.58 268.85 0.96 0.21
Hex 34 2 6A 33 62 0 3A 10D 60 15
Octal 64 2 152 63 142 0 72 415 140 25
Binary 110100 10 1101010 110011 1100010 0 111010 100001101 1100000 10101

Color Harmonies of #34026A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34026A

Black with #34026A

Text Example


Text Example

White with #34026A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34026A; }

 p { color: rgb(52,2,106); }

 H1.HeaderClassName
 {
   color: #34026A;
 }
 .AnyTagClassName
 {
   color: #34026A;
 }
</style>

background-color css

<style>
 a { background-color: #34026A; }

 a { background-color: rgb(52,2,106); }

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

border-color css

<style>
 span { border-color: #34026A; }

 span { border-color: rgb(52,2,106); }

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