#2B0061

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

Shades of Persian Indigo #2B0061

Tints of Persian Indigo #2B0061

Color information

#2B0061 (or 0x2B0061) is unknown color: approx Persian Indigo. HEX triplet: 2B, 00 and 61. RGB value is (43,0,97). Sum of RGB (Red+Green+Blue) = 43+0+97=140 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.71% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 97 (38.28% from 255 or 69.29% from 140); Max value from RGB is 97 - color contains mainly: blue. Hex color #2B0061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0061 is #D4FF9E. Grayscale: #171717. Windows color (decimal): -13959071 or 6357035. OLE color: 6357035.

HSL color Cylindrical-coordinate representation of color #2B0061: hue angle of 266.6º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B0061 is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB43097-
CMYK0.56100.62
HSL266.6º100%19.02%-
HSV(B)266.6º100%38.04%-
XYZ3.151.3811.41-
YUV23.92169.25141.61-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 30.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 97 (38.28% from 255) = 69.29%
R=30.71%
G=0%
B=69.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal430970.56100.62266.610019.02
Hex2B061386403E10b6413
Octal5301417014407641314423
Binary1010110110000111100011001000111110100001011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,0,97); }

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

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

 a { background-color: rgb(43,0,97); }

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

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

 span { border-color: rgb(43,0,97); }

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