Html Css Color HEX #2A0561 Persian Indigo

📋 copy color: '#2A0561'

red 42 ◦ green 5 ◦ blue 97

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

Shades of Persian Indigo #2A0561

Tints of Persian Indigo #2A0561

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.47%

 BLUE value IS 97 (38.28% from 255) = 67.36%

R = 29.17%
G = 3.47%
B = 67.36%

CMYK

 C value IS 0.57

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2A0561 (or 0x2A0561) is known color: Persian Indigo. HEX triplet: 2A, 05 and 61. RGB value is (42,5,97). Sum of RGB (Red+Green+Blue) = 42+5+97=144 (19% of max value = 765). Red value is 42 (16.80% from 255 or 29.17% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 97 (38.28% from 255 or 67.36% from 144); Max value from RGB is 97 - color contains mainly: blue. Hex color #2A0561 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0561 is #D5FA9E. Grayscale: #1A1A1A. Windows color (decimal): -14023327 or 6358314. OLE color: 6358314.

HSL color Cylindrical-coordinate representation of color #2A0561: hue angle of 264.13º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A0561 is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 42 5 97 -
CMYK 0.57 0.95 0 0.62
HSL 264.13º 0.9% 0.2% -
HSV(B) 264.13º 0.95% 0.38% -
XYZ 3.17 1.46 11.42 -
YUV 26.55 167.76 139.02 -
System Red Green Blue C M Y K H S L
Decimal 42 5 97 0.57 0.95 0 0.62 264.13 0.9 0.2
Hex 2A 5 61 39 5F 0 3E 108 5A 14
Octal 52 5 141 71 137 0 76 410 132 24
Binary 101010 101 1100001 111001 1011111 0 111110 100001000 1011010 10100

Color Harmonies of #2A0561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0561

Black with #2A0561

Text Example


Text Example

White with #2A0561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,5,97); }

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

background-color css

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

 a { background-color: rgb(42,5,97); }

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

border-color css

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

 span { border-color: rgb(42,5,97); }

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