#2B0269

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

Shades of Persian Indigo #2B0269

Tints of Persian Indigo #2B0269

Color information

#2B0269 (or 0x2B0269) is unknown color: approx Persian Indigo. HEX triplet: 2B, 02 and 69. RGB value is (43,2,105). Sum of RGB (Red+Green+Blue) = 43+2+105=150 (19% of max value = 765). Red value is 43 (17.19% from 255 or 28.67% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 105 (41.41% from 255 or 70% from 150); Max value from RGB is 105 - color contains mainly: blue. Hex color #2B0269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0269 is #D4FD96. Grayscale: #191919. Windows color (decimal): -13958551 or 6881835. OLE color: 6881835.

HSL color Cylindrical-coordinate representation of color #2B0269: hue angle of 263.88º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B0269 is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB432105-
CMYK0.590.9800.59
HSL263.88º96.26%20.98%-
HSV(B)263.88º98.1%41.18%-
XYZ3.571.5813.48-
YUV26172.58140.12-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 28.67%
GREEN value IS 2 (1.17% from 255) = 1.33%
BLUE value IS 105 (41.41% from 255) = 70%
R=28.67%
G=1.33%
B=70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4321050.590.9800.59263.8896.2620.98
Hex2B2693B6203B1086015
Octal5321517314207341014025
Binary10101110110100111101111000100111011100001000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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