Html Css Color HEX #34116C Persian Indigo

📋 copy color: '#34116C'

red 52 ◦ green 17 ◦ blue 108

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

Shades of Persian Indigo #34116C

Tints of Persian Indigo #34116C

RGB

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

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

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

R = 29.38%
G = 9.6%
B = 61.02%

CMYK

 C value IS 0.52

 M value IS 0.84

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#34116C (or 0x34116C) is known color: Persian Indigo. HEX triplet: 34, 11 and 6C. RGB value is (52,17,108). Sum of RGB (Red+Green+Blue) = 52+17+108=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 108 (42.58% from 255 or 61.02% from 177); Max value from RGB is 108 - color contains mainly: blue. Hex color #34116C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34116C is #CBEE93. Grayscale: #252525. Windows color (decimal): -13364884 or 7082292. OLE color: 7082292.

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

Color convert

RGB 52 17 108 -
CMYK 0.52 0.84 0 0.58
HSL 263.08º 0.73% 0.25% -
HSV(B) 263.08º 0.84% 0.42% -
XYZ 4.32 2.21 14.39 -
YUV 37.84 167.6 138.1 -
System Red Green Blue C M Y K H S L
Decimal 52 17 108 0.52 0.84 0 0.58 263.08 0.73 0.25
Hex 34 11 6C 34 54 0 3A 107 49 19
Octal 64 21 154 64 124 0 72 407 111 31
Binary 110100 10001 1101100 110100 1010100 0 111010 100000111 1001001 11001

Color Harmonies of #34116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34116C

Black with #34116C

Text Example


Text Example

White with #34116C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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