Html Css Color HEX #341373 Persian Indigo

📋 copy color: '#341373'

red 52 ◦ green 19 ◦ blue 115

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

Shades of Persian Indigo #341373

Tints of Persian Indigo #341373

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.22%

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

R = 27.96%
G = 10.22%
B = 61.83%

CMYK

 C value IS 0.55

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#341373 (or 0x341373) is known color: Persian Indigo. HEX triplet: 34, 13 and 73. RGB value is (52,19,115). Sum of RGB (Red+Green+Blue) = 52+19+115=186 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.96% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 115 (45.31% from 255 or 61.83% from 186); Max value from RGB is 115 - color contains mainly: blue. Hex color #341373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341373 is #CBEC8C. Grayscale: #272727. Windows color (decimal): -13364365 or 7541556. OLE color: 7541556.

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

Color convert

RGB 52 19 115 -
CMYK 0.55 0.83 0 0.55
HSL 260.63º 0.72% 0.26% -
HSV(B) 260.63º 0.83% 0.45% -
XYZ 4.74 2.43 16.44 -
YUV 39.81 170.43 136.69 -
System Red Green Blue C M Y K H S L
Decimal 52 19 115 0.55 0.83 0 0.55 260.63 0.72 0.26
Hex 34 13 73 37 53 0 37 105 48 1A
Octal 64 23 163 67 123 0 67 405 110 32
Binary 110100 10011 1110011 110111 1010011 0 110111 100000101 1001000 11010

Color Harmonies of #341373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341373

Black with #341373

Text Example


Text Example

White with #341373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341373; }

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

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

background-color css

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

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

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

border-color css

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

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

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