Html Css Color HEX #34119D Persian Indigo

📋 copy color: '#34119D'

red 52 ◦ green 17 ◦ blue 157

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

Shades of Persian Indigo #34119D

Tints of Persian Indigo #34119D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 69.47%

R = 23.01%
G = 7.52%
B = 69.47%

CMYK

 C value IS 0.67

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#34119D (or 0x34119D) is known color: Persian Indigo. HEX triplet: 34, 11 and 9D. RGB value is (52,17,157). Sum of RGB (Red+Green+Blue) = 52+17+157=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 17 (7.03% from 255 or 7.52% from 226); Blue value is 157 (61.72% from 255 or 69.47% from 226); Max value from RGB is 157 - color contains mainly: blue. Hex color #34119D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34119D is #CBEE62. Grayscale: #2A2A2A. Windows color (decimal): -13364835 or 10293556. OLE color: 10293556.

HSL color Cylindrical-coordinate representation of color #34119D: hue angle of 255º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #34119D is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 17 157 -
CMYK 0.67 0.89 0 0.38
HSL 255º 0.8% 0.34% -
HSV(B) 255º 0.89% 0.62% -
XYZ 7.7 3.57 32.18 -
YUV 43.43 192.1 134.12 -
System Red Green Blue C M Y K H S L
Decimal 52 17 157 0.67 0.89 0 0.38 255 0.8 0.34
Hex 34 11 9D 43 59 0 26 FF 50 22
Octal 64 21 235 103 131 0 46 377 120 42
Binary 110100 10001 10011101 1000011 1011001 0 100110 11111111 1010000 100010

Color Harmonies of #34119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34119D

Black with #34119D

Text Example


Text Example

White with #34119D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34119D; }

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

 H1.HeaderClassName
 {
   color: #34119D;
 }
 .AnyTagClassName
 {
   color: #34119D;
 }
</style>

background-color css

<style>
 a { background-color: #34119D; }

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

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

border-color css

<style>
 span { border-color: #34119D; }

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

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