Html Css Color HEX #2A177E Persian Indigo

📋 copy color: '#2A177E'

red 42 ◦ green 23 ◦ blue 126

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

Shades of Persian Indigo #2A177E

Tints of Persian Indigo #2A177E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.04%

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

R = 21.99%
G = 12.04%
B = 65.97%

CMYK

 C value IS 0.67

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2A177E (or 0x2A177E) is known color: Persian Indigo. HEX triplet: 2A, 17 and 7E. RGB value is (42,23,126). Sum of RGB (Red+Green+Blue) = 42+23+126=191 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.99% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 126 (49.61% from 255 or 65.97% from 191); Max value from RGB is 126 - color contains mainly: blue. Hex color #2A177E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A177E is #D5E881. Grayscale: #282828. Windows color (decimal): -14018690 or 8263466. OLE color: 8263466.

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

Color convert

RGB 42 23 126 -
CMYK 0.67 0.82 0 0.51
HSL 251.07º 0.69% 0.29% -
HSV(B) 251.07º 0.82% 0.49% -
XYZ 5.03 2.61 19.98 -
YUV 40.42 176.29 129.12 -
System Red Green Blue C M Y K H S L
Decimal 42 23 126 0.67 0.82 0 0.51 251.07 0.69 0.29
Hex 2A 17 7E 43 52 0 33 FB 45 1D
Octal 52 27 176 103 122 0 63 373 105 35
Binary 101010 10111 1111110 1000011 1010010 0 110011 11111011 1000101 11101

Color Harmonies of #2A177E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A177E

Black with #2A177E

Text Example


Text Example

White with #2A177E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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