Html Css Color HEX #34116F Persian Indigo

📋 copy color: '#34116F'

red 52 ◦ green 17 ◦ blue 111

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

Shades of Persian Indigo #34116F

Tints of Persian Indigo #34116F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.44%

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

R = 28.89%
G = 9.44%
B = 61.67%

CMYK

 C value IS 0.53

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#34116F (or 0x34116F) is known color: Persian Indigo. HEX triplet: 34, 11 and 6F. RGB value is (52,17,111). Sum of RGB (Red+Green+Blue) = 52+17+111=180 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.89% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 111 (43.75% from 255 or 61.67% from 180); Max value from RGB is 111 - color contains mainly: blue. Hex color #34116F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34116F is #CBEE90. Grayscale: #252525. Windows color (decimal): -13364881 or 7278900. OLE color: 7278900.

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

Color convert

RGB 52 17 111 -
CMYK 0.53 0.85 0 0.56
HSL 262.34º 0.73% 0.25% -
HSV(B) 262.34º 0.85% 0.44% -
XYZ 4.49 2.28 15.24 -
YUV 38.18 169.1 137.86 -
System Red Green Blue C M Y K H S L
Decimal 52 17 111 0.53 0.85 0 0.56 262.34 0.73 0.25
Hex 34 11 6F 35 55 0 38 106 49 19
Octal 64 21 157 65 125 0 70 406 111 31
Binary 110100 10001 1101111 110101 1010101 0 111000 100000110 1001001 11001

Color Harmonies of #34116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34116F

Black with #34116F

Text Example


Text Example

White with #34116F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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