Html Css Color HEX #34026D Persian Indigo

📋 copy color: '#34026D'

red 52 ◦ green 2 ◦ blue 109

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

Shades of Persian Indigo #34026D

Tints of Persian Indigo #34026D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 66.87%

R = 31.9%
G = 1.23%
B = 66.87%

CMYK

 C value IS 0.52

 M value IS 0.98

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#34026D (or 0x34026D) is known color: Persian Indigo. HEX triplet: 34, 02 and 6D. RGB value is (52,2,109). Sum of RGB (Red+Green+Blue) = 52+2+109=163 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.90% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 109 (42.97% from 255 or 66.87% from 163); Max value from RGB is 109 - color contains mainly: blue. Hex color #34026D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34026D is #CBFD92. Grayscale: #1C1C1C. Windows color (decimal): -13368723 or 7143988. OLE color: 7143988.

HSL color Cylindrical-coordinate representation of color #34026D: hue angle of 268.04º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #34026D is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 52 2 109 -
CMYK 0.52 0.98 0 0.57
HSL 268.04º 0.96% 0.22% -
HSV(B) 268.04º 0.98% 0.43% -
XYZ 4.2 1.88 14.61 -
YUV 29.15 173.07 144.3 -
System Red Green Blue C M Y K H S L
Decimal 52 2 109 0.52 0.98 0 0.57 268.04 0.96 0.22
Hex 34 2 6D 34 62 0 39 10C 60 16
Octal 64 2 155 64 142 0 71 414 140 26
Binary 110100 10 1101101 110100 1100010 0 111001 100001100 1100000 10110

Color Harmonies of #34026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34026D

Black with #34026D

Text Example


Text Example

White with #34026D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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