Html Css Color HEX #2B197A Persian Indigo

📋 copy color: '#2B197A'

red 43 ◦ green 25 ◦ blue 122

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

Shades of Persian Indigo #2B197A

Tints of Persian Indigo #2B197A

RGB

 RED value IS 43 (17.19% from 255) = 22.63%

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

 BLUE value IS 122 (48.05% from 255) = 64.21%

R = 22.63%
G = 13.16%
B = 64.21%

CMYK

 C value IS 0.65

 M value IS 0.80

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2B197A (or 0x2B197A) is known color: Persian Indigo. HEX triplet: 2B, 19 and 7A. RGB value is (43,25,122). Sum of RGB (Red+Green+Blue) = 43+25+122=190 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.63% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 122 (48.05% from 255 or 64.21% from 190); Max value from RGB is 122 - color contains mainly: blue. Hex color #2B197A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B197A is #D4E685. Grayscale: #292929. Windows color (decimal): -13952646 or 8001835. OLE color: 8001835.

HSL color Cylindrical-coordinate representation of color #2B197A: hue angle of 251.13º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B197A is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 43 25 122 -
CMYK 0.65 0.80 0 0.52
HSL 251.13º 0.66% 0.29% -
HSV(B) 251.13º 0.8% 0.48% -
XYZ 4.86 2.61 18.66 -
YUV 41.44 173.46 129.11 -
System Red Green Blue C M Y K H S L
Decimal 43 25 122 0.65 0.80 0 0.52 251.13 0.66 0.29
Hex 2B 19 7A 41 50 0 34 FB 42 1D
Octal 53 31 172 101 120 0 64 373 102 35
Binary 101011 11001 1111010 1000001 1010000 0 110100 11111011 1000010 11101

Color Harmonies of #2B197A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B197A

Black with #2B197A

Text Example


Text Example

White with #2B197A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,25,122); }

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

background-color css

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

 a { background-color: rgb(43,25,122); }

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

border-color css

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

 span { border-color: rgb(43,25,122); }

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