Html Css Color HEX #2A0661 Persian Indigo

📋 copy color: '#2A0661'

red 42 ◦ green 6 ◦ blue 97

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

Shades of Persian Indigo #2A0661

Tints of Persian Indigo #2A0661

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.14%

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

R = 28.97%
G = 4.14%
B = 66.9%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2A0661 (or 0x2A0661) is known color: Persian Indigo. HEX triplet: 2A, 06 and 61. RGB value is (42,6,97). Sum of RGB (Red+Green+Blue) = 42+6+97=145 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.97% from 145); Green value is 6 (2.73% from 255 or 4.14% from 145); Blue value is 97 (38.28% from 255 or 66.90% from 145); Max value from RGB is 97 - color contains mainly: blue. Hex color #2A0661 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0661 is #D5F99E. Grayscale: #1A1A1A. Windows color (decimal): -14023071 or 6358570. OLE color: 6358570.

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

Color convert

RGB 42 6 97 -
CMYK 0.57 0.94 0 0.62
HSL 263.74º 0.88% 0.2% -
HSV(B) 263.74º 0.94% 0.38% -
XYZ 3.18 1.49 11.43 -
YUV 27.14 167.43 138.6 -
System Red Green Blue C M Y K H S L
Decimal 42 6 97 0.57 0.94 0 0.62 263.74 0.88 0.2
Hex 2A 6 61 39 5E 0 3E 108 58 14
Octal 52 6 141 71 136 0 76 410 130 24
Binary 101010 110 1100001 111001 1011110 0 111110 100001000 1011000 10100

Color Harmonies of #2A0661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0661

Black with #2A0661

Text Example


Text Example

White with #2A0661

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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