Html Css Color HEX #2A1585 Persian Indigo

📋 copy color: '#2A1585'

red 42 ◦ green 21 ◦ blue 133

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

Shades of Persian Indigo #2A1585

Tints of Persian Indigo #2A1585

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.71%

 BLUE value IS 133 (52.34% from 255) = 67.86%

R = 21.43%
G = 10.71%
B = 67.86%

CMYK

 C value IS 0.68

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2A1585 (or 0x2A1585) is known color: Persian Indigo. HEX triplet: 2A, 15 and 85. RGB value is (42,21,133). Sum of RGB (Red+Green+Blue) = 42+21+133=196 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.43% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 133 (52.34% from 255 or 67.86% from 196); Max value from RGB is 133 - color contains mainly: blue. Hex color #2A1585 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A1585 is #D5EA7A. Grayscale: #272727. Windows color (decimal): -14019195 or 8721706. OLE color: 8721706.

HSL color Cylindrical-coordinate representation of color #2A1585: hue angle of 251.25º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A1585 is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 42 21 133 -
CMYK 0.68 0.84 0 0.48
HSL 251.25º 0.73% 0.3% -
HSV(B) 251.25º 0.84% 0.52% -
XYZ 5.46 2.72 22.43 -
YUV 40.05 180.46 129.39 -
System Red Green Blue C M Y K H S L
Decimal 42 21 133 0.68 0.84 0 0.48 251.25 0.73 0.3
Hex 2A 15 85 44 54 0 30 FB 49 1E
Octal 52 25 205 104 124 0 60 373 111 36
Binary 101010 10101 10000101 1000100 1010100 0 110000 11111011 1001001 11110

Color Harmonies of #2A1585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A1585

Black with #2A1585

Text Example


Text Example

White with #2A1585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,21,133); }

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

background-color css

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

 a { background-color: rgb(42,21,133); }

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

border-color css

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

 span { border-color: rgb(42,21,133); }

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