Html Css Color HEX #2A197E Persian Indigo

📋 copy color: '#2A197E'

red 42 ◦ green 25 ◦ blue 126

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

Shades of Persian Indigo #2A197E

Tints of Persian Indigo #2A197E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.95%

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

R = 21.76%
G = 12.95%
B = 65.28%

CMYK

 C value IS 0.67

 M value IS 0.80

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2A197E (or 0x2A197E) is known color: Persian Indigo. HEX triplet: 2A, 19 and 7E. RGB value is (42,25,126). Sum of RGB (Red+Green+Blue) = 42+25+126=193 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.76% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 126 (49.61% from 255 or 65.28% from 193); Max value from RGB is 126 - color contains mainly: blue. Hex color #2A197E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A197E is #D5E681. Grayscale: #292929. Windows color (decimal): -14018178 or 8263978. OLE color: 8263978.

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

Color convert

RGB 42 25 126 -
CMYK 0.67 0.80 0 0.51
HSL 250.1º 0.67% 0.3% -
HSV(B) 250.1º 0.8% 0.49% -
XYZ 5.07 2.69 19.99 -
YUV 41.6 175.63 128.29 -
System Red Green Blue C M Y K H S L
Decimal 42 25 126 0.67 0.80 0 0.51 250.1 0.67 0.3
Hex 2A 19 7E 43 50 0 33 FA 43 1E
Octal 52 31 176 103 120 0 63 372 103 36
Binary 101010 11001 1111110 1000011 1010000 0 110011 11111010 1000011 11110

Color Harmonies of #2A197E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A197E

Black with #2A197E

Text Example


Text Example

White with #2A197E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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