Html Css Color HEX #342476 Persian Indigo

📋 copy color: '#342476'

red 52 ◦ green 36 ◦ blue 118

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

Shades of Persian Indigo #342476

Tints of Persian Indigo #342476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 57.28%

R = 25.24%
G = 17.48%
B = 57.28%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#342476 (or 0x342476) is known color: Persian Indigo. HEX triplet: 34, 24 and 76. RGB value is (52,36,118). Sum of RGB (Red+Green+Blue) = 52+36+118=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 118 (46.48% from 255 or 57.28% from 206); Max value from RGB is 118 - color contains mainly: blue. Hex color #342476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342476 is #CBDB89. Grayscale: #313131. Windows color (decimal): -13360010 or 7742516. OLE color: 7742516.

HSL color Cylindrical-coordinate representation of color #342476: hue angle of 251.71º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #342476 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 36 118 -
CMYK 0.56 0.69 0 0.54
HSL 251.71º 0.53% 0.3% -
HSV(B) 251.71º 0.69% 0.46% -
XYZ 5.32 3.3 17.5 -
YUV 50.13 166.3 129.33 -
System Red Green Blue C M Y K H S L
Decimal 52 36 118 0.56 0.69 0 0.54 251.71 0.53 0.3
Hex 34 24 76 38 45 0 36 FC 35 1E
Octal 64 44 166 70 105 0 66 374 65 36
Binary 110100 100100 1110110 111000 1000101 0 110110 11111100 110101 11110

Color Harmonies of #342476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342476

Black with #342476

Text Example


Text Example

White with #342476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342476; }

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

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

background-color css

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

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

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

border-color css

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

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

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