Html Css Color HEX #341397 Persian Indigo

📋 copy color: '#341397'

red 52 ◦ green 19 ◦ blue 151

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

Shades of Persian Indigo #341397

Tints of Persian Indigo #341397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 68.02%

R = 23.42%
G = 8.56%
B = 68.02%

CMYK

 C value IS 0.66

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#341397 (or 0x341397) is known color: Persian Indigo. HEX triplet: 34, 13 and 97. RGB value is (52,19,151). Sum of RGB (Red+Green+Blue) = 52+19+151=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 151 (59.38% from 255 or 68.02% from 222); Max value from RGB is 151 - color contains mainly: blue. Hex color #341397 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341397 is #CBEC68. Grayscale: #2B2B2B. Windows color (decimal): -13364329 or 9900852. OLE color: 9900852.

HSL color Cylindrical-coordinate representation of color #341397: hue angle of 255º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #341397 is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 19 151 -
CMYK 0.66 0.87 0 0.41
HSL 255º 0.78% 0.33% -
HSV(B) 255º 0.87% 0.59% -
XYZ 7.23 3.43 29.56 -
YUV 43.92 188.43 133.77 -
System Red Green Blue C M Y K H S L
Decimal 52 19 151 0.66 0.87 0 0.41 255 0.78 0.33
Hex 34 13 97 42 57 0 29 FF 4E 21
Octal 64 23 227 102 127 0 51 377 116 41
Binary 110100 10011 10010111 1000010 1010111 0 101001 11111111 1001110 100001

Color Harmonies of #341397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341397

Black with #341397

Text Example


Text Example

White with #341397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341397; }

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

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

background-color css

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

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

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

border-color css

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

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

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