Html Css Color HEX #34208C Persian Indigo

📋 copy color: '#34208C'

red 52 ◦ green 32 ◦ blue 140

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

Shades of Persian Indigo #34208C

Tints of Persian Indigo #34208C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.29%

 BLUE value IS 140 (55.08% from 255) = 62.5%

R = 23.21%
G = 14.29%
B = 62.5%

CMYK

 C value IS 0.63

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#34208C (or 0x34208C) is known color: Persian Indigo. HEX triplet: 34, 20 and 8C. RGB value is (52,32,140). Sum of RGB (Red+Green+Blue) = 52+32+140=224 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.21% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 140 (55.08% from 255 or 62.5% from 224); Max value from RGB is 140 - color contains mainly: blue. Hex color #34208C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34208C is #CBDF73. Grayscale: #313131. Windows color (decimal): -13361012 or 9183284. OLE color: 9183284.

HSL color Cylindrical-coordinate representation of color #34208C: hue angle of 251.11º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34208C is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 32 140 -
CMYK 0.63 0.77 0 0.45
HSL 251.11º 0.63% 0.34% -
HSV(B) 251.11º 0.77% 0.55% -
XYZ 6.67 3.66 25.17 -
YUV 50.29 178.63 129.22 -
System Red Green Blue C M Y K H S L
Decimal 52 32 140 0.63 0.77 0 0.45 251.11 0.63 0.34
Hex 34 20 8C 3F 4D 0 2D FB 3F 22
Octal 64 40 214 77 115 0 55 373 77 42
Binary 110100 100000 10001100 111111 1001101 0 101101 11111011 111111 100010

Color Harmonies of #34208C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34208C

Black with #34208C

Text Example


Text Example

White with #34208C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34208C; }

 p { color: rgb(52,32,140); }

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

background-color css

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

 a { background-color: rgb(52,32,140); }

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

border-color css

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

 span { border-color: rgb(52,32,140); }

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