Html Css Color HEX #341492 Persian Indigo

📋 copy color: '#341492'

red 52 ◦ green 20 ◦ blue 146

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

Shades of Persian Indigo #341492

Tints of Persian Indigo #341492

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.17%

 BLUE value IS 146 (57.42% from 255) = 66.97%

R = 23.85%
G = 9.17%
B = 66.97%

CMYK

 C value IS 0.64

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#341492 (or 0x341492) is known color: Persian Indigo. HEX triplet: 34, 14 and 92. RGB value is (52,20,146). Sum of RGB (Red+Green+Blue) = 52+20+146=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 146 (57.42% from 255 or 66.97% from 218); Max value from RGB is 146 - color contains mainly: blue. Hex color #341492 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341492 is #CBEB6D. Grayscale: #2B2B2B. Windows color (decimal): -13364078 or 9573428. OLE color: 9573428.

HSL color Cylindrical-coordinate representation of color #341492: hue angle of 255.24º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #341492 is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 20 146 -
CMYK 0.64 0.86 0 0.43
HSL 255.24º 0.76% 0.33% -
HSV(B) 255.24º 0.86% 0.57% -
XYZ 6.85 3.31 27.47 -
YUV 43.93 185.6 133.75 -
System Red Green Blue C M Y K H S L
Decimal 52 20 146 0.64 0.86 0 0.43 255.24 0.76 0.33
Hex 34 14 92 40 56 0 2B FF 4C 21
Octal 64 24 222 100 126 0 53 377 114 41
Binary 110100 10100 10010010 1000000 1010110 0 101011 11111111 1001100 100001

Color Harmonies of #341492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341492

Black with #341492

Text Example


Text Example

White with #341492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341492; }

 p { color: rgb(52,20,146); }

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

background-color css

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

 a { background-color: rgb(52,20,146); }

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

border-color css

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

 span { border-color: rgb(52,20,146); }

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