Html Css Color HEX #342488 Persian Indigo

📋 copy color: '#342488'

red 52 ◦ green 36 ◦ blue 136

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

Shades of Persian Indigo #342488

Tints of Persian Indigo #342488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 60.71%

R = 23.21%
G = 16.07%
B = 60.71%

CMYK

 C value IS 0.62

 M value IS 0.74

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#342488 (or 0x342488) is known color: Persian Indigo. HEX triplet: 34, 24 and 88. RGB value is (52,36,136). Sum of RGB (Red+Green+Blue) = 52+36+136=224 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.21% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 136 (53.52% from 255 or 60.71% from 224); Max value from RGB is 136 - color contains mainly: blue. Hex color #342488 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342488 is #CBDB77. Grayscale: #333333. Windows color (decimal): -13359992 or 8922164. OLE color: 8922164.

HSL color Cylindrical-coordinate representation of color #342488: hue angle of 249.6º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #342488 is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 36 136 -
CMYK 0.62 0.74 0 0.47
HSL 249.6º 0.58% 0.34% -
HSV(B) 249.6º 0.74% 0.53% -
XYZ 6.49 3.77 23.68 -
YUV 52.18 175.3 127.87 -
System Red Green Blue C M Y K H S L
Decimal 52 36 136 0.62 0.74 0 0.47 249.6 0.58 0.34
Hex 34 24 88 3E 4A 0 2F FA 3A 22
Octal 64 44 210 76 112 0 57 372 72 42
Binary 110100 100100 10001000 111110 1001010 0 101111 11111010 111010 100010

Color Harmonies of #342488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342488

Black with #342488

Text Example


Text Example

White with #342488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342488; }

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

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

background-color css

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

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

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

border-color css

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

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

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