Html Css Color HEX #2A0390 Persian Indigo

📋 copy color: '#2A0390'

red 42 ◦ green 3 ◦ blue 144

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

Shades of Persian Indigo #2A0390

Tints of Persian Indigo #2A0390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 76.19%

R = 22.22%
G = 1.59%
B = 76.19%

CMYK

 C value IS 0.71

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2A0390 (or 0x2A0390) is known color: Persian Indigo. HEX triplet: 2A, 03 and 90. RGB value is (42,3,144). Sum of RGB (Red+Green+Blue) = 42+3+144=189 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.22% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 144 (56.64% from 255 or 76.19% from 189); Max value from RGB is 144 - color contains mainly: blue. Hex color #2A0390 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0390 is #D5FC6F. Grayscale: #1E1E1E. Windows color (decimal): -14023792 or 9437994. OLE color: 9437994.

HSL color Cylindrical-coordinate representation of color #2A0390: hue angle of 256.6º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A0390 is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 42 3 144 -
CMYK 0.71 0.98 0 0.44
HSL 256.6º 0.96% 0.29% -
HSV(B) 256.6º 0.98% 0.56% -
XYZ 6.02 2.57 26.56 -
YUV 30.74 191.92 136.04 -
System Red Green Blue C M Y K H S L
Decimal 42 3 144 0.71 0.98 0 0.44 256.6 0.96 0.29
Hex 2A 3 90 47 62 0 2C 101 60 1D
Octal 52 3 220 107 142 0 54 401 140 35
Binary 101010 11 10010000 1000111 1100010 0 101100 100000001 1100000 11101

Color Harmonies of #2A0390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0390

Black with #2A0390

Text Example


Text Example

White with #2A0390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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