Html Css Color HEX #341170 Persian Indigo

📋 copy color: '#341170'

red 52 ◦ green 17 ◦ blue 112

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

Shades of Persian Indigo #341170

Tints of Persian Indigo #341170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 61.88%

R = 28.73%
G = 9.39%
B = 61.88%

CMYK

 C value IS 0.54

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#341170 (or 0x341170) is known color: Persian Indigo. HEX triplet: 34, 11 and 70. RGB value is (52,17,112). Sum of RGB (Red+Green+Blue) = 52+17+112=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 112 (44.14% from 255 or 61.88% from 181); Max value from RGB is 112 - color contains mainly: blue. Hex color #341170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341170 is #CBEE8F. Grayscale: #252525. Windows color (decimal): -13364880 or 7344436. OLE color: 7344436.

HSL color Cylindrical-coordinate representation of color #341170: hue angle of 262.11º degrees, saturation: 0.74, 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 #341170 is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 17 112 -
CMYK 0.54 0.85 0 0.56
HSL 262.11º 0.74% 0.25% -
HSV(B) 262.11º 0.85% 0.44% -
XYZ 4.54 2.3 15.53 -
YUV 38.3 169.6 137.78 -
System Red Green Blue C M Y K H S L
Decimal 52 17 112 0.54 0.85 0 0.56 262.11 0.74 0.25
Hex 34 11 70 36 55 0 38 106 4A 19
Octal 64 21 160 66 125 0 70 406 112 31
Binary 110100 10001 1110000 110110 1010101 0 111000 100000110 1001010 11001

Color Harmonies of #341170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341170

Black with #341170

Text Example


Text Example

White with #341170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341170; }

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

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

background-color css

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

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

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

border-color css

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

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

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