Html Css Color HEX #2A0287 Persian Indigo

📋 copy color: '#2A0287'

red 42 ◦ green 2 ◦ blue 135

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

Shades of Persian Indigo #2A0287

Tints of Persian Indigo #2A0287

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.12%

 BLUE value IS 135 (53.13% from 255) = 75.42%

R = 23.46%
G = 1.12%
B = 75.42%

CMYK

 C value IS 0.69

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2A0287 (or 0x2A0287) is known color: Persian Indigo. HEX triplet: 2A, 02 and 87. RGB value is (42,2,135). Sum of RGB (Red+Green+Blue) = 42+2+135=179 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.46% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 135 (53.12% from 255 or 75.42% from 179); Max value from RGB is 135 - color contains mainly: blue. Hex color #2A0287 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0287 is #D5FD78. Grayscale: #1C1C1C. Windows color (decimal): -14024057 or 8847914. OLE color: 8847914.

HSL color Cylindrical-coordinate representation of color #2A0287: hue angle of 258.05º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A0287 is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 42 2 135 -
CMYK 0.69 0.99 0 0.47
HSL 258.05º 0.97% 0.27% -
HSV(B) 258.05º 0.99% 0.53% -
XYZ 5.35 2.28 23.08 -
YUV 29.12 187.75 137.19 -
System Red Green Blue C M Y K H S L
Decimal 42 2 135 0.69 0.99 0 0.47 258.05 0.97 0.27
Hex 2A 2 87 45 63 0 2F 102 61 1B
Octal 52 2 207 105 143 0 57 402 141 33
Binary 101010 10 10000111 1000101 1100011 0 101111 100000010 1100001 11011

Color Harmonies of #2A0287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0287

Black with #2A0287

Text Example


Text Example

White with #2A0287

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,2,135); }

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

background-color css

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

 a { background-color: rgb(42,2,135); }

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

border-color css

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

 span { border-color: rgb(42,2,135); }

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