Html Css Color HEX #341899 Persian Indigo

📋 copy color: '#341899'

red 52 ◦ green 24 ◦ blue 153

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

Shades of Persian Indigo #341899

Tints of Persian Indigo #341899

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.48%

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

R = 22.71%
G = 10.48%
B = 66.81%

CMYK

 C value IS 0.66

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#341899 (or 0x341899) is known color: Persian Indigo. HEX triplet: 34, 18 and 99. RGB value is (52,24,153). Sum of RGB (Red+Green+Blue) = 52+24+153=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 153 (60.16% from 255 or 66.81% from 229); Max value from RGB is 153 - color contains mainly: blue. Hex color #341899 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341899 is #CBE766. Grayscale: #2E2E2E. Windows color (decimal): -13363047 or 10033204. OLE color: 10033204.

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

Color convert

RGB 52 24 153 -
CMYK 0.66 0.84 0 0.4
HSL 253.02º 0.73% 0.35% -
HSV(B) 253.02º 0.84% 0.6% -
XYZ 7.49 3.68 30.45 -
YUV 47.08 187.78 131.51 -
System Red Green Blue C M Y K H S L
Decimal 52 24 153 0.66 0.84 0 0.4 253.02 0.73 0.35
Hex 34 18 99 42 54 0 28 FD 49 23
Octal 64 30 231 102 124 0 50 375 111 43
Binary 110100 11000 10011001 1000010 1010100 0 101000 11111101 1001001 100011

Color Harmonies of #341899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341899

Black with #341899

Text Example


Text Example

White with #341899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341899; }

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

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

background-color css

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

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

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

border-color css

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

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

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