Html Css Color HEX #34036B Persian Indigo

📋 copy color: '#34036B'

red 52 ◦ green 3 ◦ blue 107

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

Shades of Persian Indigo #34036B

Tints of Persian Indigo #34036B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 66.05%

R = 32.1%
G = 1.85%
B = 66.05%

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

#34036B (or 0x34036B) is known color: Persian Indigo. HEX triplet: 34, 03 and 6B. RGB value is (52,3,107). Sum of RGB (Red+Green+Blue) = 52+3+107=162 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.10% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 107 (42.19% from 255 or 66.05% from 162); Max value from RGB is 107 - color contains mainly: blue. Hex color #34036B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34036B is #CBFC94. Grayscale: #1D1D1D. Windows color (decimal): -13368469 or 7013172. OLE color: 7013172.

HSL color Cylindrical-coordinate representation of color #34036B: hue angle of 268.27º 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 #34036B is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 52 3 107 -
CMYK 0.51 0.97 0 0.58
HSL 268.27º 0.95% 0.22% -
HSV(B) 268.27º 0.97% 0.42% -
XYZ 4.1 1.86 14.05 -
YUV 29.51 171.73 144.04 -
System Red Green Blue C M Y K H S L
Decimal 52 3 107 0.51 0.97 0 0.58 268.27 0.95 0.22
Hex 34 3 6B 33 61 0 3A 10C 5F 16
Octal 64 3 153 63 141 0 72 414 137 26
Binary 110100 11 1101011 110011 1100001 0 111010 100001100 1011111 10110

Color Harmonies of #34036B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34036B

Black with #34036B

Text Example


Text Example

White with #34036B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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