Html Css Color HEX #342479 Persian Indigo

📋 copy color: '#342479'

red 52 ◦ green 36 ◦ blue 121

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

Shades of Persian Indigo #342479

Tints of Persian Indigo #342479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 57.89%

R = 24.88%
G = 17.22%
B = 57.89%

CMYK

 C value IS 0.57

 M value IS 0.70

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#342479 (or 0x342479) is known color: Persian Indigo. HEX triplet: 34, 24 and 79. RGB value is (52,36,121). Sum of RGB (Red+Green+Blue) = 52+36+121=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 121 (47.66% from 255 or 57.89% from 209); Max value from RGB is 121 - color contains mainly: blue. Hex color #342479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342479 is #CBDB86. Grayscale: #323232. Windows color (decimal): -13360007 or 7939124. OLE color: 7939124.

HSL color Cylindrical-coordinate representation of color #342479: hue angle of 251.29º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #342479 is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 36 121 -
CMYK 0.57 0.70 0 0.53
HSL 251.29º 0.54% 0.31% -
HSV(B) 251.29º 0.7% 0.47% -
XYZ 5.5 3.37 18.45 -
YUV 50.47 167.8 129.09 -
System Red Green Blue C M Y K H S L
Decimal 52 36 121 0.57 0.70 0 0.53 251.29 0.54 0.31
Hex 34 24 79 39 46 0 35 FB 36 1F
Octal 64 44 171 71 106 0 65 373 66 37
Binary 110100 100100 1111001 111001 1000110 0 110101 11111011 110110 11111

Color Harmonies of #342479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342479

Black with #342479

Text Example


Text Example

White with #342479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342479; }

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

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

background-color css

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

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

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

border-color css

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

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

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