Html Css Color HEX #341973 Persian Indigo

📋 copy color: '#341973'

red 52 ◦ green 25 ◦ blue 115

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

Shades of Persian Indigo #341973

Tints of Persian Indigo #341973

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.02%

 BLUE value IS 115 (45.31% from 255) = 59.9%

R = 27.08%
G = 13.02%
B = 59.9%

CMYK

 C value IS 0.55

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#341973 (or 0x341973) is known color: Persian Indigo. HEX triplet: 34, 19 and 73. RGB value is (52,25,115). Sum of RGB (Red+Green+Blue) = 52+25+115=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 115 (45.31% from 255 or 59.90% from 192); Max value from RGB is 115 - color contains mainly: blue. Hex color #341973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341973 is #CBE68C. Grayscale: #2B2B2B. Windows color (decimal): -13362829 or 7543092. OLE color: 7543092.

HSL color Cylindrical-coordinate representation of color #341973: hue angle of 258º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #341973 is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 25 115 -
CMYK 0.55 0.78 0 0.55
HSL 258º 0.64% 0.27% -
HSV(B) 258º 0.78% 0.45% -
XYZ 4.86 2.66 16.48 -
YUV 43.33 168.45 134.18 -
System Red Green Blue C M Y K H S L
Decimal 52 25 115 0.55 0.78 0 0.55 258 0.64 0.27
Hex 34 19 73 37 4E 0 37 102 40 1B
Octal 64 31 163 67 116 0 67 402 100 33
Binary 110100 11001 1110011 110111 1001110 0 110111 100000010 1000000 11011

Color Harmonies of #341973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341973

Black with #341973

Text Example


Text Example

White with #341973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341973; }

 p { color: rgb(52,25,115); }

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

background-color css

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

 a { background-color: rgb(52,25,115); }

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

border-color css

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

 span { border-color: rgb(52,25,115); }

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