Html Css Color HEX #342074 Persian Indigo

📋 copy color: '#342074'

red 52 ◦ green 32 ◦ blue 116

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

Shades of Persian Indigo #342074

Tints of Persian Indigo #342074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 58%

R = 26%
G = 16%
B = 58%

CMYK

 C value IS 0.55

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#342074 (or 0x342074) is known color: Persian Indigo. HEX triplet: 34, 20 and 74. RGB value is (52,32,116). Sum of RGB (Red+Green+Blue) = 52+32+116=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 116 (45.70% from 255 or 58% from 200); Max value from RGB is 116 - color contains mainly: blue. Hex color #342074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342074 is #CBDF8B. Grayscale: #2F2F2F. Windows color (decimal): -13361036 or 7610420. OLE color: 7610420.

HSL color Cylindrical-coordinate representation of color #342074: hue angle of 254.29º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #342074 is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 32 116 -
CMYK 0.55 0.72 0 0.55
HSL 254.29º 0.57% 0.29% -
HSV(B) 254.29º 0.72% 0.45% -
XYZ 5.09 3.02 16.84 -
YUV 47.56 166.63 131.17 -
System Red Green Blue C M Y K H S L
Decimal 52 32 116 0.55 0.72 0 0.55 254.29 0.57 0.29
Hex 34 20 74 37 48 0 37 FE 39 1D
Octal 64 40 164 67 110 0 67 376 71 35
Binary 110100 100000 1110100 110111 1001000 0 110111 11111110 111001 11101

Color Harmonies of #342074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342074

Black with #342074

Text Example


Text Example

White with #342074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342074; }

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

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

background-color css

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

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

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

border-color css

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

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

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