#2B248F

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

Shades of Persian Indigo #2B248F

Tints of Persian Indigo #2B248F

Color information

#2B248F (or 0x2B248F) is unknown color: approx Persian Indigo. HEX triplet: 2B, 24 and 8F. RGB value is (43,36,143). Sum of RGB (Red+Green+Blue) = 43+36+143=222 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.37% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 143 (56.25% from 255 or 64.41% from 222); Max value from RGB is 143 - color contains mainly: blue. Hex color #2B248F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B248F is #D4DB70. Grayscale: #313131. Windows color (decimal): -13949809 or 9380907. OLE color: 9380907.

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

Color convert

RGB4336143-
CMYK0.700.7500.44
HSL243.93º59.78%35.1%-
HSV(B)243.93º74.83%56.08%-
XYZ6.593.7626.36-
YUV50.29180.32122.8-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.37%
GREEN value IS 36 (14.45% from 255) = 16.22%
BLUE value IS 143 (56.25% from 255) = 64.41%
R=19.37%
G=16.22%
B=64.41%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal43361430.700.7500.44243.9359.7835.1
Hex2B248F464B02Cf43c23
Octal53442171061130543647443
Binary1010111001001000111110001101001011010110011110100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B248F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,36,143); }

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

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

 a { background-color: rgb(43,36,143); }

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

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

 span { border-color: rgb(43,36,143); }

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