Html Css Color HEX #341399 Persian Indigo

📋 copy color: '#341399'

red 52 ◦ green 19 ◦ blue 153

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

Shades of Persian Indigo #341399

Tints of Persian Indigo #341399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 68.3%

R = 23.21%
G = 8.48%
B = 68.3%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#341399 (or 0x341399) is known color: Persian Indigo. HEX triplet: 34, 13 and 99. RGB value is (52,19,153). Sum of RGB (Red+Green+Blue) = 52+19+153=224 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.21% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 153 (60.16% from 255 or 68.30% from 224); Max value from RGB is 153 - color contains mainly: blue. Hex color #341399 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341399 is #CBEC66. Grayscale: #2B2B2B. Windows color (decimal): -13364327 or 10031924. OLE color: 10031924.

HSL color Cylindrical-coordinate representation of color #341399: hue angle of 254.78º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #341399 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 52 19 153 -
CMYK 0.66 0.88 0 0.4
HSL 254.78º 0.78% 0.34% -
HSV(B) 254.78º 0.88% 0.6% -
XYZ 7.4 3.5 30.42 -
YUV 44.14 189.43 133.6 -
System Red Green Blue C M Y K H S L
Decimal 52 19 153 0.66 0.88 0 0.4 254.78 0.78 0.34
Hex 34 13 99 42 58 0 28 FF 4E 22
Octal 64 23 231 102 130 0 50 377 116 42
Binary 110100 10011 10011001 1000010 1011000 0 101000 11111111 1001110 100010

Color Harmonies of #341399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341399

Black with #341399

Text Example


Text Example

White with #341399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341399; }

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

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

background-color css

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

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

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

border-color css

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

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

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