Html Css Color HEX #34016D Persian Indigo

📋 copy color: '#34016D'

red 52 ◦ green 1 ◦ blue 109

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

Shades of Persian Indigo #34016D

Tints of Persian Indigo #34016D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.62%

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

R = 32.1%
G = 0.62%
B = 67.28%

CMYK

 C value IS 0.52

 M value IS 0.99

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#34016D (or 0x34016D) is known color: Persian Indigo. HEX triplet: 34, 01 and 6D. RGB value is (52,1,109). Sum of RGB (Red+Green+Blue) = 52+1+109=162 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.10% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 109 (42.97% from 255 or 67.28% from 162); Max value from RGB is 109 - color contains mainly: blue. Hex color #34016D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34016D is #CBFE92. Grayscale: #1C1C1C. Windows color (decimal): -13368979 or 7143732. OLE color: 7143732.

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

Color convert

RGB 52 1 109 -
CMYK 0.52 0.99 0 0.57
HSL 268.33º 0.98% 0.22% -
HSV(B) 268.33º 0.99% 0.43% -
XYZ 4.19 1.86 14.61 -
YUV 28.56 173.4 144.72 -
System Red Green Blue C M Y K H S L
Decimal 52 1 109 0.52 0.99 0 0.57 268.33 0.98 0.22
Hex 34 1 6D 34 63 0 39 10C 62 16
Octal 64 1 155 64 143 0 71 414 142 26
Binary 110100 1 1101101 110100 1100011 0 111001 100001100 1100010 10110

Color Harmonies of #34016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34016D

Black with #34016D

Text Example


Text Example

White with #34016D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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