Html Css Color HEX #342589 Persian Indigo

📋 copy color: '#342589'

red 52 ◦ green 37 ◦ blue 137

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

Shades of Persian Indigo #342589

Tints of Persian Indigo #342589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 60.62%

R = 23.01%
G = 16.37%
B = 60.62%

CMYK

 C value IS 0.62

 M value IS 0.73

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#342589 (or 0x342589) is known color: Persian Indigo. HEX triplet: 34, 25 and 89. RGB value is (52,37,137). Sum of RGB (Red+Green+Blue) = 52+37+137=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 137 (53.91% from 255 or 60.62% from 226); Max value from RGB is 137 - color contains mainly: blue. Hex color #342589 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342589 is #CBDA76. Grayscale: #343434. Windows color (decimal): -13359735 or 8987956. OLE color: 8987956.

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

Color convert

RGB 52 37 137 -
CMYK 0.62 0.73 0 0.46
HSL 249º 0.57% 0.34% -
HSV(B) 249º 0.73% 0.54% -
XYZ 6.59 3.86 24.06 -
YUV 52.89 175.47 127.37 -
System Red Green Blue C M Y K H S L
Decimal 52 37 137 0.62 0.73 0 0.46 249 0.57 0.34
Hex 34 25 89 3E 49 0 2E F9 39 22
Octal 64 45 211 76 111 0 56 371 71 42
Binary 110100 100101 10001001 111110 1001001 0 101110 11111001 111001 100010

Color Harmonies of #342589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342589

Black with #342589

Text Example


Text Example

White with #342589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342589; }

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

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

background-color css

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

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

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

border-color css

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

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

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