Html Css Color HEX #2A157F Persian Indigo

📋 copy color: '#2A157F'

red 42 ◦ green 21 ◦ blue 127

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

Shades of Persian Indigo #2A157F

Tints of Persian Indigo #2A157F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 66.84%

R = 22.11%
G = 11.05%
B = 66.84%

CMYK

 C value IS 0.67

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#2A157F (or 0x2A157F) is known color: Persian Indigo. HEX triplet: 2A, 15 and 7F. RGB value is (42,21,127). Sum of RGB (Red+Green+Blue) = 42+21+127=190 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.11% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 127 (50% from 255 or 66.84% from 190); Max value from RGB is 127 - color contains mainly: blue. Hex color #2A157F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A157F is #D5EA80. Grayscale: #262626. Windows color (decimal): -14019201 or 8328490. OLE color: 8328490.

HSL color Cylindrical-coordinate representation of color #2A157F: hue angle of 251.89º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A157F is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 42 21 127 -
CMYK 0.67 0.83 0 0.50
HSL 251.89º 0.72% 0.29% -
HSV(B) 251.89º 0.83% 0.5% -
XYZ 5.05 2.56 20.31 -
YUV 39.36 177.46 129.88 -
System Red Green Blue C M Y K H S L
Decimal 42 21 127 0.67 0.83 0 0.50 251.89 0.72 0.29
Hex 2A 15 7F 43 53 0 32 FC 48 1D
Octal 52 25 177 103 123 0 62 374 110 35
Binary 101010 10101 1111111 1000011 1010011 0 110010 11111100 1001000 11101

Color Harmonies of #2A157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A157F

Black with #2A157F

Text Example


Text Example

White with #2A157F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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