Html Css Color HEX #34209A Persian Indigo

📋 copy color: '#34209A'

red 52 ◦ green 32 ◦ blue 154

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

Shades of Persian Indigo #34209A

Tints of Persian Indigo #34209A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 64.71%

R = 21.85%
G = 13.45%
B = 64.71%

CMYK

 C value IS 0.66

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#34209A (or 0x34209A) is known color: Persian Indigo. HEX triplet: 34, 20 and 9A. RGB value is (52,32,154). Sum of RGB (Red+Green+Blue) = 52+32+154=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 154 (60.55% from 255 or 64.71% from 238); Max value from RGB is 154 - color contains mainly: blue. Hex color #34209A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #34209A is #CBDF65. Grayscale: #333333. Windows color (decimal): -13360998 or 10100788. OLE color: 10100788.

HSL color Cylindrical-coordinate representation of color #34209A: hue angle of 249.84º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34209A is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 52 32 154 -
CMYK 0.66 0.79 0 0.40
HSL 249.84º 0.66% 0.36% -
HSV(B) 249.84º 0.79% 0.6% -
XYZ 7.77 4.1 30.95 -
YUV 51.89 185.63 128.08 -
System Red Green Blue C M Y K H S L
Decimal 52 32 154 0.66 0.79 0 0.40 249.84 0.66 0.36
Hex 34 20 9A 42 4F 0 28 FA 42 24
Octal 64 40 232 102 117 0 50 372 102 44
Binary 110100 100000 10011010 1000010 1001111 0 101000 11111010 1000010 100100

Color Harmonies of #34209A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34209A

Black with #34209A

Text Example


Text Example

White with #34209A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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