#2B198E

Color #2B198E Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #2B198E

Tints of Persian Indigo #2B198E

Color information

#2B198E (or 0x2B198E) is unknown color: approx Persian Indigo. HEX triplet: 2B, 19 and 8E. RGB value is (43,25,142). Sum of RGB (Red+Green+Blue) = 43+25+142=210 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.48% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 142 (55.86% from 255 or 67.62% from 210); Max value from RGB is 142 - color contains mainly: blue. Hex color #2B198E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B198E is #D4E671. Grayscale: #2B2B2B. Windows color (decimal): -13952626 or 9312555. OLE color: 9312555.

HSL color Cylindrical-coordinate representation of color #2B198E: hue angle of 249.23º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B198E is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4325142-
CMYK0.700.8200.44
HSL249.23º70.06%32.75%-
HSV(B)249.23º82.39%55.69%-
XYZ6.233.1625.87-
YUV43.72183.46127.49-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.48%
GREEN value IS 25 (10.16% from 255) = 11.90%
BLUE value IS 142 (55.86% from 255) = 67.62%
R=20.48%
G=11.90%
B=67.62%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal43251420.700.8200.44249.2370.0632.75
Hex2B198E465202Cf94621
Octal533121610612205437110641
Binary1010111100110001110100011010100100101100111110011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B198E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2B198E;
 }
 .AnyTagClassName
 {
   color: #2B198E;
 }
</style>
background-color css

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

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

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

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

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

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