Html Css Color HEX #2A2081 Persian Indigo

📋 copy color: '#2A2081'

red 42 ◦ green 32 ◦ blue 129

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

Shades of Persian Indigo #2A2081

Tints of Persian Indigo #2A2081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 63.55%

R = 20.69%
G = 15.76%
B = 63.55%

CMYK

 C value IS 0.67

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#2A2081 (or 0x2A2081) is known color: Persian Indigo. HEX triplet: 2A, 20 and 81. RGB value is (42,32,129). Sum of RGB (Red+Green+Blue) = 42+32+129=203 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.69% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 129 (50.78% from 255 or 63.55% from 203); Max value from RGB is 129 - color contains mainly: blue. Hex color #2A2081 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2081 is #D5DF7E. Grayscale: #2D2D2D. Windows color (decimal): -14016383 or 8462378. OLE color: 8462378.

HSL color Cylindrical-coordinate representation of color #2A2081: hue angle of 246.19º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A2081 is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 42 32 129 -
CMYK 0.67 0.75 0 0.49
HSL 246.19º 0.6% 0.32% -
HSV(B) 246.19º 0.75% 0.51% -
XYZ 5.43 3.11 21.08 -
YUV 46.05 174.81 125.11 -
System Red Green Blue C M Y K H S L
Decimal 42 32 129 0.67 0.75 0 0.49 246.19 0.6 0.32
Hex 2A 20 81 43 4B 0 31 F6 3C 20
Octal 52 40 201 103 113 0 61 366 74 40
Binary 101010 100000 10000001 1000011 1001011 0 110001 11110110 111100 100000

Color Harmonies of #2A2081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A2081

Black with #2A2081

Text Example


Text Example

White with #2A2081

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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