Html Css Color HEX #34116E Persian Indigo

📋 copy color: '#34116E'

red 52 ◦ green 17 ◦ blue 110

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

Shades of Persian Indigo #34116E

Tints of Persian Indigo #34116E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 61.45%

R = 29.05%
G = 9.5%
B = 61.45%

CMYK

 C value IS 0.53

 M value IS 0.85

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#34116E (or 0x34116E) is known color: Persian Indigo. HEX triplet: 34, 11 and 6E. RGB value is (52,17,110). Sum of RGB (Red+Green+Blue) = 52+17+110=179 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.05% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 110 (43.36% from 255 or 61.45% from 179); Max value from RGB is 110 - color contains mainly: blue. Hex color #34116E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34116E is #CBEE91. Grayscale: #252525. Windows color (decimal): -13364882 or 7213364. OLE color: 7213364.

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

Color convert

RGB 52 17 110 -
CMYK 0.53 0.85 0 0.57
HSL 262.58º 0.73% 0.25% -
HSV(B) 262.58º 0.85% 0.43% -
XYZ 4.43 2.26 14.95 -
YUV 38.07 168.6 137.94 -
System Red Green Blue C M Y K H S L
Decimal 52 17 110 0.53 0.85 0 0.57 262.58 0.73 0.25
Hex 34 11 6E 35 55 0 39 107 49 19
Octal 64 21 156 65 125 0 71 407 111 31
Binary 110100 10001 1101110 110101 1010101 0 111001 100000111 1001001 11001

Color Harmonies of #34116E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34116E

Black with #34116E

Text Example


Text Example

White with #34116E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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