Html Css Color HEX #2A127E Persian Indigo

📋 copy color: '#2A127E'

red 42 ◦ green 18 ◦ blue 126

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

Shades of Persian Indigo #2A127E

Tints of Persian Indigo #2A127E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 67.74%

R = 22.58%
G = 9.68%
B = 67.74%

CMYK

 C value IS 0.67

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2A127E (or 0x2A127E) is known color: Persian Indigo. HEX triplet: 2A, 12 and 7E. RGB value is (42,18,126). Sum of RGB (Red+Green+Blue) = 42+18+126=186 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.58% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 126 (49.61% from 255 or 67.74% from 186); Max value from RGB is 126 - color contains mainly: blue. Hex color #2A127E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A127E is #D5ED81. Grayscale: #252525. Windows color (decimal): -14019970 or 8262186. OLE color: 8262186.

HSL color Cylindrical-coordinate representation of color #2A127E: hue angle of 253.33º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A127E is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 42 18 126 -
CMYK 0.67 0.86 0 0.51
HSL 253.33º 0.75% 0.28% -
HSV(B) 253.33º 0.86% 0.49% -
XYZ 4.94 2.43 19.95 -
YUV 37.49 177.95 131.22 -
System Red Green Blue C M Y K H S L
Decimal 42 18 126 0.67 0.86 0 0.51 253.33 0.75 0.28
Hex 2A 12 7E 43 56 0 33 FD 4B 1C
Octal 52 22 176 103 126 0 63 375 113 34
Binary 101010 10010 1111110 1000011 1010110 0 110011 11111101 1001011 11100

Color Harmonies of #2A127E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A127E

Black with #2A127E

Text Example


Text Example

White with #2A127E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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