Html Css Color HEX #342188 Persian Indigo

📋 copy color: '#342188'

red 52 ◦ green 33 ◦ blue 136

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

Shades of Persian Indigo #342188

Tints of Persian Indigo #342188

RGB

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

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

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

R = 23.53%
G = 14.93%
B = 61.54%

CMYK

 C value IS 0.62

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#342188 (or 0x342188) is known color: Persian Indigo. HEX triplet: 34, 21 and 88. RGB value is (52,33,136). Sum of RGB (Red+Green+Blue) = 52+33+136=221 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.53% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 136 (53.52% from 255 or 61.54% from 221); Max value from RGB is 136 - color contains mainly: blue. Hex color #342188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342188 is #CBDE77. Grayscale: #323232. Windows color (decimal): -13360760 or 8921396. OLE color: 8921396.

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

Color convert

RGB 52 33 136 -
CMYK 0.62 0.76 0 0.47
HSL 251.07º 0.61% 0.33% -
HSV(B) 251.07º 0.76% 0.53% -
XYZ 6.4 3.6 23.65 -
YUV 50.42 176.29 129.12 -
System Red Green Blue C M Y K H S L
Decimal 52 33 136 0.62 0.76 0 0.47 251.07 0.61 0.33
Hex 34 21 88 3E 4C 0 2F FB 3D 21
Octal 64 41 210 76 114 0 57 373 75 41
Binary 110100 100001 10001000 111110 1001100 0 101111 11111011 111101 100001

Color Harmonies of #342188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342188

Black with #342188

Text Example


Text Example

White with #342188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342188; }

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

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

background-color css

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

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

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

border-color css

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

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

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