Html Css Color HEX #34036D Persian Indigo

📋 copy color: '#34036D'

red 52 ◦ green 3 ◦ blue 109

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

Shades of Persian Indigo #34036D

Tints of Persian Indigo #34036D

RGB

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

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

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

R = 31.71%
G = 1.83%
B = 66.46%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#34036D (or 0x34036D) is known color: Persian Indigo. HEX triplet: 34, 03 and 6D. RGB value is (52,3,109). Sum of RGB (Red+Green+Blue) = 52+3+109=164 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.71% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 109 (42.97% from 255 or 66.46% from 164); Max value from RGB is 109 - color contains mainly: blue. Hex color #34036D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34036D is #CBFC92. Grayscale: #1D1D1D. Windows color (decimal): -13368467 or 7144244. OLE color: 7144244.

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

Color convert

RGB 52 3 109 -
CMYK 0.52 0.97 0 0.57
HSL 267.74º 0.95% 0.22% -
HSV(B) 267.74º 0.97% 0.43% -
XYZ 4.21 1.9 14.61 -
YUV 29.74 172.73 143.88 -
System Red Green Blue C M Y K H S L
Decimal 52 3 109 0.52 0.97 0 0.57 267.74 0.95 0.22
Hex 34 3 6D 34 61 0 39 10C 5F 16
Octal 64 3 155 64 141 0 71 414 137 26
Binary 110100 11 1101101 110100 1100001 0 111001 100001100 1011111 10110

Color Harmonies of #34036D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34036D

Black with #34036D

Text Example


Text Example

White with #34036D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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