Html Css Color HEX #342076 Persian Indigo

📋 copy color: '#342076'

red 52 ◦ green 32 ◦ blue 118

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

Shades of Persian Indigo #342076

Tints of Persian Indigo #342076

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.84%

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

R = 25.74%
G = 15.84%
B = 58.42%

CMYK

 C value IS 0.56

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#342076 (or 0x342076) is known color: Persian Indigo. HEX triplet: 34, 20 and 76. RGB value is (52,32,118). Sum of RGB (Red+Green+Blue) = 52+32+118=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 118 (46.48% from 255 or 58.42% from 202); Max value from RGB is 118 - color contains mainly: blue. Hex color #342076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342076 is #CBDF89. Grayscale: #2F2F2F. Windows color (decimal): -13361034 or 7741492. OLE color: 7741492.

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

Color convert

RGB 52 32 118 -
CMYK 0.56 0.73 0 0.54
HSL 253.95º 0.57% 0.29% -
HSV(B) 253.95º 0.73% 0.46% -
XYZ 5.2 3.07 17.46 -
YUV 47.78 167.63 131.01 -
System Red Green Blue C M Y K H S L
Decimal 52 32 118 0.56 0.73 0 0.54 253.95 0.57 0.29
Hex 34 20 76 38 49 0 36 FE 39 1D
Octal 64 40 166 70 111 0 66 376 71 35
Binary 110100 100000 1110110 111000 1001001 0 110110 11111110 111001 11101

Color Harmonies of #342076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342076

Black with #342076

Text Example


Text Example

White with #342076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342076; }

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

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

background-color css

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

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

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

border-color css

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

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

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