Html Css Color HEX #34016F Persian Indigo

📋 copy color: '#34016F'

red 52 ◦ green 1 ◦ blue 111

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

Shades of Persian Indigo #34016F

Tints of Persian Indigo #34016F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 67.68%

R = 31.71%
G = 0.61%
B = 67.68%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#34016F (or 0x34016F) is known color: Persian Indigo. HEX triplet: 34, 01 and 6F. RGB value is (52,1,111). Sum of RGB (Red+Green+Blue) = 52+1+111=164 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.71% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 111 (43.75% from 255 or 67.68% from 164); Max value from RGB is 111 - color contains mainly: blue. Hex color #34016F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34016F is #CBFE90. Grayscale: #1C1C1C. Windows color (decimal): -13368977 or 7274804. OLE color: 7274804.

HSL color Cylindrical-coordinate representation of color #34016F: hue angle of 267.82º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #34016F is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 1 111 -
CMYK 0.53 0.99 0 0.56
HSL 267.82º 0.98% 0.22% -
HSV(B) 267.82º 0.99% 0.44% -
XYZ 4.3 1.9 15.18 -
YUV 28.79 174.4 144.56 -
System Red Green Blue C M Y K H S L
Decimal 52 1 111 0.53 0.99 0 0.56 267.82 0.98 0.22
Hex 34 1 6F 35 63 0 38 10C 62 16
Octal 64 1 157 65 143 0 70 414 142 26
Binary 110100 1 1101111 110101 1100011 0 111000 100001100 1100010 10110

Color Harmonies of #34016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34016F

Black with #34016F

Text Example


Text Example

White with #34016F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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