Html Css Color HEX #341599 Persian Indigo

📋 copy color: '#341599'

red 52 ◦ green 21 ◦ blue 153

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

Shades of Persian Indigo #341599

Tints of Persian Indigo #341599

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.29%

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

R = 23.01%
G = 9.29%
B = 67.7%

CMYK

 C value IS 0.66

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#341599 (or 0x341599) is known color: Persian Indigo. HEX triplet: 34, 15 and 99. RGB value is (52,21,153). Sum of RGB (Red+Green+Blue) = 52+21+153=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 153 (60.16% from 255 or 67.70% from 226); Max value from RGB is 153 - color contains mainly: blue. Hex color #341599 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341599 is #CBEA66. Grayscale: #2C2C2C. Windows color (decimal): -13363815 or 10032436. OLE color: 10032436.

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

Color convert

RGB 52 21 153 -
CMYK 0.66 0.86 0 0.4
HSL 254.09º 0.76% 0.34% -
HSV(B) 254.09º 0.86% 0.6% -
XYZ 7.43 3.57 30.43 -
YUV 45.32 188.77 132.77 -
System Red Green Blue C M Y K H S L
Decimal 52 21 153 0.66 0.86 0 0.4 254.09 0.76 0.34
Hex 34 15 99 42 56 0 28 FE 4C 22
Octal 64 25 231 102 126 0 50 376 114 42
Binary 110100 10101 10011001 1000010 1010110 0 101000 11111110 1001100 100010

Color Harmonies of #341599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341599

Black with #341599

Text Example


Text Example

White with #341599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341599; }

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

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

background-color css

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

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

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

border-color css

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

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

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