Html Css Color HEX #34006D Persian Indigo

📋 copy color: '#34006D'

red 52 ◦ green 0 ◦ blue 109

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

Shades of Persian Indigo #34006D

Tints of Persian Indigo #34006D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 32.3%
G = 0%
B = 67.7%

CMYK

 C value IS 0.52

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#34006D (or 0x34006D) is known color: Persian Indigo. HEX triplet: 34, 00 and 6D. RGB value is (52,0,109). Sum of RGB (Red+Green+Blue) = 52+0+109=161 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.30% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 109 (42.97% from 255 or 67.70% from 161); Max value from RGB is 109 - color contains mainly: blue. Hex color #34006D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34006D is #CBFF92. Grayscale: #1B1B1B. Windows color (decimal): -13369235 or 7143476. OLE color: 7143476.

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

Color convert

RGB 52 0 109 -
CMYK 0.52 1 0 0.57
HSL 268.62º 1% 0.21% -
HSV(B) 268.62º 1% 0.43% -
XYZ 4.18 1.83 14.6 -
YUV 27.97 173.73 145.14 -
System Red Green Blue C M Y K H S L
Decimal 52 0 109 0.52 1 0 0.57 268.62 1 0.21
Hex 34 0 6D 34 64 0 39 10D 64 15
Octal 64 0 155 64 144 0 71 415 144 25
Binary 110100 0 1101101 110100 1100100 0 111001 100001101 1100100 10101

Color Harmonies of #34006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34006D

Black with #34006D

Text Example


Text Example

White with #34006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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