Html Css Color HEX #2A197D Persian Indigo

📋 copy color: '#2A197D'

red 42 ◦ green 25 ◦ blue 125

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

Shades of Persian Indigo #2A197D

Tints of Persian Indigo #2A197D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 65.1%

R = 21.88%
G = 13.02%
B = 65.1%

CMYK

 C value IS 0.66

 M value IS 0.8

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2A197D (or 0x2A197D) is known color: Persian Indigo. HEX triplet: 2A, 19 and 7D. RGB value is (42,25,125). Sum of RGB (Red+Green+Blue) = 42+25+125=192 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.88% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 125 (49.22% from 255 or 65.10% from 192); Max value from RGB is 125 - color contains mainly: blue. Hex color #2A197D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A197D is #D5E682. Grayscale: #292929. Windows color (decimal): -14018179 or 8198442. OLE color: 8198442.

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

Color convert

RGB 42 25 125 -
CMYK 0.66 0.8 0 0.51
HSL 250.2º 0.67% 0.29% -
HSV(B) 250.2º 0.8% 0.49% -
XYZ 5 2.67 19.65 -
YUV 41.48 175.13 128.37 -
System Red Green Blue C M Y K H S L
Decimal 42 25 125 0.66 0.8 0 0.51 250.2 0.67 0.29
Hex 2A 19 7D 42 50 0 33 FA 43 1D
Octal 52 31 175 102 120 0 63 372 103 35
Binary 101010 11001 1111101 1000010 1010000 0 110011 11111010 1000011 11101

Color Harmonies of #2A197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A197D

Black with #2A197D

Text Example


Text Example

White with #2A197D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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