Html Css Color HEX #2A0061 Persian Indigo

📋 copy color: '#2A0061'

red 42 ◦ green 0 ◦ blue 97

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

Shades of Persian Indigo #2A0061

Tints of Persian Indigo #2A0061

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 30.22%
G = 0%
B = 69.78%

CMYK

 C value IS 0.57

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2A0061 (or 0x2A0061) is known color: Persian Indigo. HEX triplet: 2A, 00 and 61. RGB value is (42,0,97). Sum of RGB (Red+Green+Blue) = 42+0+97=139 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.22% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 97 (38.28% from 255 or 69.78% from 139); Max value from RGB is 97 - color contains mainly: blue. Hex color #2A0061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0061 is #D5FF9E. Grayscale: #171717. Windows color (decimal): -14024607 or 6357034. OLE color: 6357034.

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

Color convert

RGB 42 0 97 -
CMYK 0.57 1 0 0.62
HSL 265.98º 1% 0.19% -
HSV(B) 265.98º 1% 0.38% -
XYZ 3.11 1.36 11.41 -
YUV 23.62 169.41 141.11 -
System Red Green Blue C M Y K H S L
Decimal 42 0 97 0.57 1 0 0.62 265.98 1 0.19
Hex 2A 0 61 39 64 0 3E 10A 64 13
Octal 52 0 141 71 144 0 76 412 144 23
Binary 101010 0 1100001 111001 1100100 0 111110 100001010 1100100 10011

Color Harmonies of #2A0061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0061

Black with #2A0061

Text Example


Text Example

White with #2A0061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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