#2B025F

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

Shades of Persian Indigo #2B025F

Tints of Persian Indigo #2B025F

Color information

#2B025F (or 0x2B025F) is unknown color: approx Persian Indigo. HEX triplet: 2B, 02 and 5F. RGB value is (43,2,95). Sum of RGB (Red+Green+Blue) = 43+2+95=140 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.71% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 95 (37.5% from 255 or 67.86% from 140); Max value from RGB is 95 - color contains mainly: blue. Hex color #2B025F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B025F is #D4FDA0. Grayscale: #181818. Windows color (decimal): -13958561 or 6226475. OLE color: 6226475.

HSL color Cylindrical-coordinate representation of color #2B025F: hue angle of 266.45º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B025F is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB43295-
CMYK0.550.9800.63
HSL266.45º95.88%19.02%-
HSV(B)266.45º97.89%37.25%-
XYZ3.081.3810.93-
YUV24.86167.58140.94-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 30.71%
GREEN value IS 2 (1.17% from 255) = 1.43%
BLUE value IS 95 (37.5% from 255) = 67.86%
R=30.71%
G=1.43%
B=67.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal432950.550.9800.63266.4595.8819.02
Hex2B25F376203F10a6013
Octal5321376714207741214023
Binary10101110101111111011111000100111111100001010110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B025F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,2,95); }

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

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

 a { background-color: rgb(43,2,95); }

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

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

 span { border-color: rgb(43,2,95); }

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