Html Css Color HEX #34208D Persian Indigo

📋 copy color: '#34208D'

red 52 ◦ green 32 ◦ blue 141

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

Shades of Persian Indigo #34208D

Tints of Persian Indigo #34208D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 62.67%

R = 23.11%
G = 14.22%
B = 62.67%

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

#34208D (or 0x34208D) is known color: Persian Indigo. HEX triplet: 34, 20 and 8D. RGB value is (52,32,141). Sum of RGB (Red+Green+Blue) = 52+32+141=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 141 (55.47% from 255 or 62.67% from 225); Max value from RGB is 141 - color contains mainly: blue. Hex color #34208D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34208D is #CBDF72. Grayscale: #313131. Windows color (decimal): -13361011 or 9248820. OLE color: 9248820.

HSL color Cylindrical-coordinate representation of color #34208D: hue angle of 251.01º 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 #34208D is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 32 141 -
CMYK 0.63 0.77 0 0.45
HSL 251.01º 0.63% 0.34% -
HSV(B) 251.01º 0.77% 0.55% -
XYZ 6.74 3.69 25.56 -
YUV 50.41 179.13 129.14 -
System Red Green Blue C M Y K H S L
Decimal 52 32 141 0.63 0.77 0 0.45 251.01 0.63 0.34
Hex 34 20 8D 3F 4D 0 2D FB 3F 22
Octal 64 40 215 77 115 0 55 373 77 42
Binary 110100 100000 10001101 111111 1001101 0 101101 11111011 111111 100010

Color Harmonies of #34208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34208D

Black with #34208D

Text Example


Text Example

White with #34208D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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