Html Css Color HEX #342576 Persian Indigo

📋 copy color: '#342576'

red 52 ◦ green 37 ◦ blue 118

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

Shades of Persian Indigo #342576

Tints of Persian Indigo #342576

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.87%

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

R = 25.12%
G = 17.87%
B = 57%

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

#342576 (or 0x342576) is known color: Persian Indigo. HEX triplet: 34, 25 and 76. RGB value is (52,37,118). Sum of RGB (Red+Green+Blue) = 52+37+118=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 118 (46.48% from 255 or 57.00% from 207); Max value from RGB is 118 - color contains mainly: blue. Hex color #342576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342576 is #CBDA89. Grayscale: #323232. Windows color (decimal): -13359754 or 7742772. OLE color: 7742772.

HSL color Cylindrical-coordinate representation of color #342576: hue angle of 251.11º degrees, saturation: 0.52, 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 #342576 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 37 118 -
CMYK 0.56 0.69 0 0.54
HSL 251.11º 0.52% 0.3% -
HSV(B) 251.11º 0.69% 0.46% -
XYZ 5.35 3.36 17.51 -
YUV 50.72 165.97 128.91 -
System Red Green Blue C M Y K H S L
Decimal 52 37 118 0.56 0.69 0 0.54 251.11 0.52 0.3
Hex 34 25 76 38 45 0 36 FB 34 1E
Octal 64 45 166 70 105 0 66 373 64 36
Binary 110100 100101 1110110 111000 1000101 0 110110 11111011 110100 11110

Color Harmonies of #342576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342576

Black with #342576

Text Example


Text Example

White with #342576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342576; }

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

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

background-color css

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

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

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

border-color css

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

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

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