#2B0678

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

Shades of Persian Indigo #2B0678

Tints of Persian Indigo #2B0678

Color information

#2B0678 (or 0x2B0678) is unknown color: approx Persian Indigo. HEX triplet: 2B, 06 and 78. RGB value is (43,6,120). Sum of RGB (Red+Green+Blue) = 43+6+120=169 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.44% from 169); Green value is 6 (2.73% from 255 or 3.55% from 169); Blue value is 120 (47.27% from 255 or 71.01% from 169); Max value from RGB is 120 - color contains mainly: blue. Hex color #2B0678 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0678 is #D4F987. Grayscale: #1D1D1D. Windows color (decimal): -13957512 or 7865899. OLE color: 7865899.

HSL color Cylindrical-coordinate representation of color #2B0678: hue angle of 259.47º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B0678 is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB436120-
CMYK0.640.9500.53
HSL259.47º90.48%24.71%-
HSV(B)259.47º95%47.06%-
XYZ4.45217.92-
YUV30.06178.76137.23-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.44%
GREEN value IS 6 (2.73% from 255) = 3.55%
BLUE value IS 120 (47.27% from 255) = 71.01%
R=25.44%
G=3.55%
B=71.01%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4361200.640.9500.53259.4790.4824.71
Hex2B678405F0351035a19
Octal53617010013706540313231
Binary1010111101111000100000010111110110101100000011101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,6,120); }

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

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

 a { background-color: rgb(43,6,120); }

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

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

 span { border-color: rgb(43,6,120); }

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