Html Css Color HEX #341470 Persian Indigo

📋 copy color: '#341470'

red 52 ◦ green 20 ◦ blue 112

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

Shades of Persian Indigo #341470

Tints of Persian Indigo #341470

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.87%

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

R = 28.26%
G = 10.87%
B = 60.87%

CMYK

 C value IS 0.54

 M value IS 0.82

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#341470 (or 0x341470) is known color: Persian Indigo. HEX triplet: 34, 14 and 70. RGB value is (52,20,112). Sum of RGB (Red+Green+Blue) = 52+20+112=184 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.26% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 112 (44.14% from 255 or 60.87% from 184); Max value from RGB is 112 - color contains mainly: blue. Hex color #341470 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341470 is #CBEB8F. Grayscale: #272727. Windows color (decimal): -13364112 or 7345204. OLE color: 7345204.

HSL color Cylindrical-coordinate representation of color #341470: hue angle of 260.87º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #341470 is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 20 112 -
CMYK 0.54 0.82 0 0.56
HSL 260.87º 0.7% 0.26% -
HSV(B) 260.87º 0.82% 0.44% -
XYZ 4.59 2.4 15.55 -
YUV 40.06 168.6 136.52 -
System Red Green Blue C M Y K H S L
Decimal 52 20 112 0.54 0.82 0 0.56 260.87 0.7 0.26
Hex 34 14 70 36 52 0 38 105 46 1A
Octal 64 24 160 66 122 0 70 405 106 32
Binary 110100 10100 1110000 110110 1010010 0 111000 100000101 1000110 11010

Color Harmonies of #341470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341470

Black with #341470

Text Example


Text Example

White with #341470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341470; }

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

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

background-color css

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

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

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

border-color css

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

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

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