Html Css Color HEX #34036A Persian Indigo

📋 copy color: '#34036A'

red 52 ◦ green 3 ◦ blue 106

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

Shades of Persian Indigo #34036A

Tints of Persian Indigo #34036A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.86%

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

R = 32.3%
G = 1.86%
B = 65.84%

CMYK

 C value IS 0.51

 M value IS 0.97

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#34036A (or 0x34036A) is known color: Persian Indigo. HEX triplet: 34, 03 and 6A. RGB value is (52,3,106). Sum of RGB (Red+Green+Blue) = 52+3+106=161 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.30% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 106 (41.80% from 255 or 65.84% from 161); Max value from RGB is 106 - color contains mainly: blue. Hex color #34036A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34036A is #CBFC95. Grayscale: #1D1D1D. Windows color (decimal): -13368470 or 6947636. OLE color: 6947636.

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

Color convert

RGB 52 3 106 -
CMYK 0.51 0.97 0 0.58
HSL 268.54º 0.94% 0.21% -
HSV(B) 268.54º 0.97% 0.42% -
XYZ 4.05 1.84 13.78 -
YUV 29.39 171.23 144.12 -
System Red Green Blue C M Y K H S L
Decimal 52 3 106 0.51 0.97 0 0.58 268.54 0.94 0.21
Hex 34 3 6A 33 61 0 3A 10D 5E 15
Octal 64 3 152 63 141 0 72 415 136 25
Binary 110100 11 1101010 110011 1100001 0 111010 100001101 1011110 10101

Color Harmonies of #34036A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34036A

Black with #34036A

Text Example


Text Example

White with #34036A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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