#2B0792

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

Shades of Persian Indigo #2B0792

Tints of Persian Indigo #2B0792

Color information

#2B0792 (or 0x2B0792) is unknown color: approx Persian Indigo. HEX triplet: 2B, 07 and 92. RGB value is (43,7,146). Sum of RGB (Red+Green+Blue) = 43+7+146=196 (25% of max value = 765). Red value is 43 (17.19% from 255 or 21.94% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 146 (57.42% from 255 or 74.49% from 196); Max value from RGB is 146 - color contains mainly: blue. Hex color #2B0792 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0792 is #D4F86D. Grayscale: #212121. Windows color (decimal): -13957230 or 9570091. OLE color: 9570091.

HSL color Cylindrical-coordinate representation of color #2B0792: hue angle of 255.54º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B0792 is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB437146-
CMYK0.710.9500.43
HSL255.54º90.85%30%-
HSV(B)255.54º95.21%57.25%-
XYZ6.262.7427.39-
YUV33.61191.43134.7-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.94%
GREEN value IS 7 (3.12% from 255) = 3.57%
BLUE value IS 146 (57.42% from 255) = 74.49%
R=21.94%
G=3.57%
B=74.49%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4371460.710.9500.43255.5490.8530
Hex2B792475F02B1005b1e
Octal53722210713705340013336
Binary10101111110010010100011110111110101011100000000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,7,146); }

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

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

 a { background-color: rgb(43,7,146); }

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

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

 span { border-color: rgb(43,7,146); }

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