Html Css Color HEX #2A0363 Persian Indigo

📋 copy color: '#2A0363'

red 42 ◦ green 3 ◦ blue 99

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

Shades of Persian Indigo #2A0363

Tints of Persian Indigo #2A0363

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.08%

 BLUE value IS 99 (39.06% from 255) = 68.75%

R = 29.17%
G = 2.08%
B = 68.75%

CMYK

 C value IS 0.58

 M value IS 0.97

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#2A0363 (or 0x2A0363) is known color: Persian Indigo. HEX triplet: 2A, 03 and 63. RGB value is (42,3,99). Sum of RGB (Red+Green+Blue) = 42+3+99=144 (19% of max value = 765). Red value is 42 (16.80% from 255 or 29.17% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 99 (39.06% from 255 or 68.75% from 144); Max value from RGB is 99 - color contains mainly: blue. Hex color #2A0363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0363 is #D5FC9C. Grayscale: #191919. Windows color (decimal): -14023837 or 6488874. OLE color: 6488874.

HSL color Cylindrical-coordinate representation of color #2A0363: hue angle of 264.38º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A0363 is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 42 3 99 -
CMYK 0.58 0.97 0 0.61
HSL 264.38º 0.94% 0.2% -
HSV(B) 264.38º 0.97% 0.39% -
XYZ 3.24 1.46 11.92 -
YUV 25.61 169.42 139.69 -
System Red Green Blue C M Y K H S L
Decimal 42 3 99 0.58 0.97 0 0.61 264.38 0.94 0.2
Hex 2A 3 63 3A 61 0 3D 108 5E 14
Octal 52 3 143 72 141 0 75 410 136 24
Binary 101010 11 1100011 111010 1100001 0 111101 100001000 1011110 10100

Color Harmonies of #2A0363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0363

Black with #2A0363

Text Example


Text Example

White with #2A0363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,3,99); }

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

background-color css

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

 a { background-color: rgb(42,3,99); }

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

border-color css

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

 span { border-color: rgb(42,3,99); }

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