Html Css Color HEX #34208A Persian Indigo

📋 copy color: '#34208A'

red 52 ◦ green 32 ◦ blue 138

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

Shades of Persian Indigo #34208A

Tints of Persian Indigo #34208A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 62.16%

R = 23.42%
G = 14.41%
B = 62.16%

CMYK

 C value IS 0.62

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#34208A (or 0x34208A) is known color: Persian Indigo. HEX triplet: 34, 20 and 8A. RGB value is (52,32,138). Sum of RGB (Red+Green+Blue) = 52+32+138=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 138 (54.30% from 255 or 62.16% from 222); Max value from RGB is 138 - color contains mainly: blue. Hex color #34208A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34208A is #CBDF75. Grayscale: #313131. Windows color (decimal): -13361014 or 9052212. OLE color: 9052212.

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

Color convert

RGB 52 32 138 -
CMYK 0.62 0.77 0 0.46
HSL 251.32º 0.62% 0.33% -
HSV(B) 251.32º 0.77% 0.54% -
XYZ 6.52 3.6 24.4 -
YUV 50.06 177.63 129.38 -
System Red Green Blue C M Y K H S L
Decimal 52 32 138 0.62 0.77 0 0.46 251.32 0.62 0.33
Hex 34 20 8A 3E 4D 0 2E FB 3E 21
Octal 64 40 212 76 115 0 56 373 76 41
Binary 110100 100000 10001010 111110 1001101 0 101110 11111011 111110 100001

Color Harmonies of #34208A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34208A

Black with #34208A

Text Example


Text Example

White with #34208A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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