#2B067A

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

Shades of Persian Indigo #2B067A

Tints of Persian Indigo #2B067A

Color information

#2B067A (or 0x2B067A) is unknown color: approx Persian Indigo. HEX triplet: 2B, 06 and 7A. RGB value is (43,6,122). Sum of RGB (Red+Green+Blue) = 43+6+122=171 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.15% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 122 (48.05% from 255 or 71.35% from 171); Max value from RGB is 122 - color contains mainly: blue. Hex color #2B067A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B067A is #D4F985. Grayscale: #1D1D1D. Windows color (decimal): -13957510 or 7996971. OLE color: 7996971.

HSL color Cylindrical-coordinate representation of color #2B067A: hue angle of 259.14º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B067A is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB436122-
CMYK0.650.9500.52
HSL259.14º90.62%25.1%-
HSV(B)259.14º95.08%47.84%-
XYZ4.572.0518.57-
YUV30.29179.76137.07-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.15%
GREEN value IS 6 (2.73% from 255) = 3.51%
BLUE value IS 122 (48.05% from 255) = 71.35%
R=25.15%
G=3.51%
B=71.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4361220.650.9500.52259.1490.6225.1
Hex2B67A415F0341035b19
Octal53617210113706440313331
Binary1010111101111010100000110111110110100100000011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B067A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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