Html Css Color HEX #342189 Persian Indigo

📋 copy color: '#342189'

red 52 ◦ green 33 ◦ blue 137

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

Shades of Persian Indigo #342189

Tints of Persian Indigo #342189

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.86%

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

R = 23.42%
G = 14.86%
B = 61.71%

CMYK

 C value IS 0.62

 M value IS 0.76

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#342189 (or 0x342189) is known color: Persian Indigo. HEX triplet: 34, 21 and 89. RGB value is (52,33,137). Sum of RGB (Red+Green+Blue) = 52+33+137=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 137 (53.91% from 255 or 61.71% from 222); Max value from RGB is 137 - color contains mainly: blue. Hex color #342189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342189 is #CBDE76. Grayscale: #323232. Windows color (decimal): -13360759 or 8986932. OLE color: 8986932.

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

Color convert

RGB 52 33 137 -
CMYK 0.62 0.76 0 0.46
HSL 250.96º 0.61% 0.33% -
HSV(B) 250.96º 0.76% 0.54% -
XYZ 6.48 3.62 24.03 -
YUV 50.54 176.79 129.04 -
System Red Green Blue C M Y K H S L
Decimal 52 33 137 0.62 0.76 0 0.46 250.96 0.61 0.33
Hex 34 21 89 3E 4C 0 2E FB 3D 21
Octal 64 41 211 76 114 0 56 373 75 41
Binary 110100 100001 10001001 111110 1001100 0 101110 11111011 111101 100001

Color Harmonies of #342189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342189

Black with #342189

Text Example


Text Example

White with #342189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342189; }

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

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

background-color css

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

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

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

border-color css

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

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

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