Html Css Color HEX #342491 Persian Indigo

📋 copy color: '#342491'

red 52 ◦ green 36 ◦ blue 145

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

Shades of Persian Indigo #342491

Tints of Persian Indigo #342491

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.45%

 BLUE value IS 145 (57.03% from 255) = 62.23%

R = 22.32%
G = 15.45%
B = 62.23%

CMYK

 C value IS 0.64

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#342491 (or 0x342491) is known color: Persian Indigo. HEX triplet: 34, 24 and 91. RGB value is (52,36,145). Sum of RGB (Red+Green+Blue) = 52+36+145=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 36 (14.45% from 255 or 15.45% from 233); Blue value is 145 (57.03% from 255 or 62.23% from 233); Max value from RGB is 145 - color contains mainly: blue. Hex color #342491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342491 is #CBDB6E. Grayscale: #343434. Windows color (decimal): -13359983 or 9511988. OLE color: 9511988.

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

Color convert

RGB 52 36 145 -
CMYK 0.64 0.75 0 0.43
HSL 248.81º 0.6% 0.35% -
HSV(B) 248.81º 0.75% 0.57% -
XYZ 7.16 4.04 27.19 -
YUV 53.21 179.8 127.14 -
System Red Green Blue C M Y K H S L
Decimal 52 36 145 0.64 0.75 0 0.43 248.81 0.6 0.35
Hex 34 24 91 40 4B 0 2B F9 3C 23
Octal 64 44 221 100 113 0 53 371 74 43
Binary 110100 100100 10010001 1000000 1001011 0 101011 11111001 111100 100011

Color Harmonies of #342491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342491

Black with #342491

Text Example


Text Example

White with #342491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342491; }

 p { color: rgb(52,36,145); }

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

background-color css

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

 a { background-color: rgb(52,36,145); }

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

border-color css

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

 span { border-color: rgb(52,36,145); }

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