Html Css Color HEX #34016B Persian Indigo

📋 copy color: '#34016B'

red 52 ◦ green 1 ◦ blue 107

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

Shades of Persian Indigo #34016B

Tints of Persian Indigo #34016B

RGB

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

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

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

R = 32.5%
G = 0.63%
B = 66.88%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#34016B (or 0x34016B) is known color: Persian Indigo. HEX triplet: 34, 01 and 6B. RGB value is (52,1,107). Sum of RGB (Red+Green+Blue) = 52+1+107=160 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.5% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 107 (42.19% from 255 or 66.88% from 160); Max value from RGB is 107 - color contains mainly: blue. Hex color #34016B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34016B is #CBFE94. Grayscale: #1B1B1B. Windows color (decimal): -13368981 or 7012660. OLE color: 7012660.

HSL color Cylindrical-coordinate representation of color #34016B: hue angle of 268.87º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #34016B is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 52 1 107 -
CMYK 0.51 0.99 0 0.58
HSL 268.87º 0.98% 0.21% -
HSV(B) 268.87º 0.99% 0.42% -
XYZ 4.08 1.81 14.04 -
YUV 28.33 172.4 144.88 -
System Red Green Blue C M Y K H S L
Decimal 52 1 107 0.51 0.99 0 0.58 268.87 0.98 0.21
Hex 34 1 6B 33 63 0 3A 10D 62 15
Octal 64 1 153 63 143 0 72 415 142 25
Binary 110100 1 1101011 110011 1100011 0 111010 100001101 1100010 10101

Color Harmonies of #34016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34016B

Black with #34016B

Text Example


Text Example

White with #34016B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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