#2B088D

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

Shades of Persian Indigo #2B088D

Tints of Persian Indigo #2B088D

Color information

#2B088D (or 0x2B088D) is unknown color: approx Persian Indigo. HEX triplet: 2B, 08 and 8D. RGB value is (43,8,141). Sum of RGB (Red+Green+Blue) = 43+8+141=192 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.40% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 141 (55.47% from 255 or 73.44% from 192); Max value from RGB is 141 - color contains mainly: blue. Hex color #2B088D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B088D is #D4F772. Grayscale: #212121. Windows color (decimal): -13956979 or 9242667. OLE color: 9242667.

HSL color Cylindrical-coordinate representation of color #2B088D: hue angle of 255.79º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B088D is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB438141-
CMYK0.700.9400.45
HSL255.79º89.26%29.22%-
HSV(B)255.79º94.33%55.29%-
XYZ5.892.6125.39-
YUV33.63188.6134.69-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.40%
GREEN value IS 8 (3.52% from 255) = 4.17%
BLUE value IS 141 (55.47% from 255) = 73.44%
R=22.40%
G=4.17%
B=73.44%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4381410.700.9400.45255.7989.2629.22
Hex2B88D465E02D100591d
Octal531021510613605540013135
Binary101011100010001101100011010111100101101100000000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B088D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,8,141); }

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

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

 a { background-color: rgb(43,8,141); }

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

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

 span { border-color: rgb(43,8,141); }

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