Html Css Color HEX #2A208C Persian Indigo

📋 copy color: '#2A208C'

red 42 ◦ green 32 ◦ blue 140

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

Shades of Persian Indigo #2A208C

Tints of Persian Indigo #2A208C

RGB

 RED value IS 42 (16.8% from 255) = 19.63%

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

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

R = 19.63%
G = 14.95%
B = 65.42%

CMYK

 C value IS 0.7

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2A208C (or 0x2A208C) is known color: Persian Indigo. HEX triplet: 2A, 20 and 8C. RGB value is (42,32,140). Sum of RGB (Red+Green+Blue) = 42+32+140=214 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.63% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 140 (55.08% from 255 or 65.42% from 214); Max value from RGB is 140 - color contains mainly: blue. Hex color #2A208C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A208C is #D5DF73. Grayscale: #2E2E2E. Windows color (decimal): -14016372 or 9183274. OLE color: 9183274.

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

Color convert

RGB 42 32 140 -
CMYK 0.7 0.77 0 0.45
HSL 245.56º 0.63% 0.34% -
HSV(B) 245.56º 0.77% 0.55% -
XYZ 6.2 3.42 25.14 -
YUV 47.3 180.31 124.22 -
System Red Green Blue C M Y K H S L
Decimal 42 32 140 0.7 0.77 0 0.45 245.56 0.63 0.34
Hex 2A 20 8C 46 4D 0 2D F6 3F 22
Octal 52 40 214 106 115 0 55 366 77 42
Binary 101010 100000 10001100 1000110 1001101 0 101101 11110110 111111 100010

Color Harmonies of #2A208C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A208C

Black with #2A208C

Text Example


Text Example

White with #2A208C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A208C; }

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

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

background-color css

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

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

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

border-color css

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

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

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