Html Css Color HEX #34036C Persian Indigo

📋 copy color: '#34036C'

red 52 ◦ green 3 ◦ blue 108

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

Shades of Persian Indigo #34036C

Tints of Persian Indigo #34036C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 66.26%

R = 31.9%
G = 1.84%
B = 66.26%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#34036C (or 0x34036C) is known color: Persian Indigo. HEX triplet: 34, 03 and 6C. RGB value is (52,3,108). Sum of RGB (Red+Green+Blue) = 52+3+108=163 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.90% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 108 (42.58% from 255 or 66.26% from 163); Max value from RGB is 108 - color contains mainly: blue. Hex color #34036C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34036C is #CBFC93. Grayscale: #1D1D1D. Windows color (decimal): -13368468 or 7078708. OLE color: 7078708.

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

Color convert

RGB 52 3 108 -
CMYK 0.52 0.97 0 0.58
HSL 268º 0.95% 0.22% -
HSV(B) 268º 0.97% 0.42% -
XYZ 4.16 1.88 14.33 -
YUV 29.62 172.23 143.96 -
System Red Green Blue C M Y K H S L
Decimal 52 3 108 0.52 0.97 0 0.58 268 0.95 0.22
Hex 34 3 6C 34 61 0 3A 10C 5F 16
Octal 64 3 154 64 141 0 72 414 137 26
Binary 110100 11 1101100 110100 1100001 0 111010 100001100 1011111 10110

Color Harmonies of #34036C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34036C

Black with #34036C

Text Example


Text Example

White with #34036C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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