Html Css Color HEX #341799 Persian Indigo

📋 copy color: '#341799'

red 52 ◦ green 23 ◦ blue 153

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

Shades of Persian Indigo #341799

Tints of Persian Indigo #341799

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.09%

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

R = 22.81%
G = 10.09%
B = 67.11%

CMYK

 C value IS 0.66

 M value IS 0.85

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#341799 (or 0x341799) is known color: Persian Indigo. HEX triplet: 34, 17 and 99. RGB value is (52,23,153). Sum of RGB (Red+Green+Blue) = 52+23+153=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 153 (60.16% from 255 or 67.11% from 228); Max value from RGB is 153 - color contains mainly: blue. Hex color #341799 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341799 is #CBE866. Grayscale: #2E2E2E. Windows color (decimal): -13363303 or 10032948. OLE color: 10032948.

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

Color convert

RGB 52 23 153 -
CMYK 0.66 0.85 0 0.4
HSL 253.38º 0.74% 0.35% -
HSV(B) 253.38º 0.85% 0.6% -
XYZ 7.47 3.64 30.45 -
YUV 46.49 188.11 131.93 -
System Red Green Blue C M Y K H S L
Decimal 52 23 153 0.66 0.85 0 0.4 253.38 0.74 0.35
Hex 34 17 99 42 55 0 28 FD 4A 23
Octal 64 27 231 102 125 0 50 375 112 43
Binary 110100 10111 10011001 1000010 1010101 0 101000 11111101 1001010 100011

Color Harmonies of #341799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341799

Black with #341799

Text Example


Text Example

White with #341799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341799; }

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

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

background-color css

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

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

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

border-color css

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

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

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