Html Css Color HEX #2A1288 Persian Indigo

📋 copy color: '#2A1288'

red 42 ◦ green 18 ◦ blue 136

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

Shades of Persian Indigo #2A1288

Tints of Persian Indigo #2A1288

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.18%

 BLUE value IS 136 (53.52% from 255) = 69.39%

R = 21.43%
G = 9.18%
B = 69.39%

CMYK

 C value IS 0.69

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2A1288 (or 0x2A1288) is known color: Persian Indigo. HEX triplet: 2A, 12 and 88. RGB value is (42,18,136). Sum of RGB (Red+Green+Blue) = 42+18+136=196 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.43% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 136 (53.52% from 255 or 69.39% from 196); Max value from RGB is 136 - color contains mainly: blue. Hex color #2A1288 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A1288 is #D5ED77. Grayscale: #262626. Windows color (decimal): -14019960 or 8917546. OLE color: 8917546.

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

Color convert

RGB 42 18 136 -
CMYK 0.69 0.87 0 0.47
HSL 252.2º 0.77% 0.3% -
HSV(B) 252.2º 0.87% 0.53% -
XYZ 5.62 2.7 23.52 -
YUV 38.63 182.95 130.41 -
System Red Green Blue C M Y K H S L
Decimal 42 18 136 0.69 0.87 0 0.47 252.2 0.77 0.3
Hex 2A 12 88 45 57 0 2F FC 4D 1E
Octal 52 22 210 105 127 0 57 374 115 36
Binary 101010 10010 10001000 1000101 1010111 0 101111 11111100 1001101 11110

Color Harmonies of #2A1288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A1288

Black with #2A1288

Text Example


Text Example

White with #2A1288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,18,136); }

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

background-color css

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

 a { background-color: rgb(42,18,136); }

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

border-color css

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

 span { border-color: rgb(42,18,136); }

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