Html Css Color HEX #2A147F Persian Indigo

📋 copy color: '#2A147F'

red 42 ◦ green 20 ◦ blue 127

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

Shades of Persian Indigo #2A147F

Tints of Persian Indigo #2A147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.58%

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

R = 22.22%
G = 10.58%
B = 67.2%

CMYK

 C value IS 0.67

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#2A147F (or 0x2A147F) is known color: Persian Indigo. HEX triplet: 2A, 14 and 7F. RGB value is (42,20,127). Sum of RGB (Red+Green+Blue) = 42+20+127=189 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.22% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 127 (50% from 255 or 67.20% from 189); Max value from RGB is 127 - color contains mainly: blue. Hex color #2A147F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A147F is #D5EB80. Grayscale: #262626. Windows color (decimal): -14019457 or 8328234. OLE color: 8328234.

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

Color convert

RGB 42 20 127 -
CMYK 0.67 0.84 0 0.50
HSL 252.34º 0.73% 0.29% -
HSV(B) 252.34º 0.84% 0.5% -
XYZ 5.04 2.52 20.3 -
YUV 38.78 177.79 130.3 -
System Red Green Blue C M Y K H S L
Decimal 42 20 127 0.67 0.84 0 0.50 252.34 0.73 0.29
Hex 2A 14 7F 43 54 0 32 FC 49 1D
Octal 52 24 177 103 124 0 62 374 111 35
Binary 101010 10100 1111111 1000011 1010100 0 110010 11111100 1001001 11101

Color Harmonies of #2A147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A147F

Black with #2A147F

Text Example


Text Example

White with #2A147F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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