Html Css Color HEX #342289 Persian Indigo

📋 copy color: '#342289'

red 52 ◦ green 34 ◦ blue 137

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

Shades of Persian Indigo #342289

Tints of Persian Indigo #342289

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.25%

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

R = 23.32%
G = 15.25%
B = 61.43%

CMYK

 C value IS 0.62

 M value IS 0.75

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#342289 (or 0x342289) is known color: Persian Indigo. HEX triplet: 34, 22 and 89. RGB value is (52,34,137). Sum of RGB (Red+Green+Blue) = 52+34+137=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 137 (53.91% from 255 or 61.43% from 223); Max value from RGB is 137 - color contains mainly: blue. Hex color #342289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342289 is #CBDD76. Grayscale: #323232. Windows color (decimal): -13360503 or 8987188. OLE color: 8987188.

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

Color convert

RGB 52 34 137 -
CMYK 0.62 0.75 0 0.46
HSL 250.49º 0.6% 0.34% -
HSV(B) 250.49º 0.75% 0.54% -
XYZ 6.5 3.68 24.03 -
YUV 51.12 176.46 128.62 -
System Red Green Blue C M Y K H S L
Decimal 52 34 137 0.62 0.75 0 0.46 250.49 0.6 0.34
Hex 34 22 89 3E 4B 0 2E FA 3C 22
Octal 64 42 211 76 113 0 56 372 74 42
Binary 110100 100010 10001001 111110 1001011 0 101110 11111010 111100 100010

Color Harmonies of #342289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342289

Black with #342289

Text Example


Text Example

White with #342289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342289; }

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

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

background-color css

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

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

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

border-color css

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

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

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