#2B067C

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

Shades of Persian Indigo #2B067C

Tints of Persian Indigo #2B067C

Color information

#2B067C (or 0x2B067C) is unknown color: approx Persian Indigo. HEX triplet: 2B, 06 and 7C. RGB value is (43,6,124). Sum of RGB (Red+Green+Blue) = 43+6+124=173 (22% of max value = 765). Red value is 43 (17.19% from 255 or 24.86% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 124 (48.83% from 255 or 71.68% from 173); Max value from RGB is 124 - color contains mainly: blue. Hex color #2B067C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B067C is #D4F983. Grayscale: #1E1E1E. Windows color (decimal): -13957508 or 8128043. OLE color: 8128043.

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

Color convert

RGB436124-
CMYK0.650.9500.51
HSL258.81º90.77%25.49%-
HSV(B)258.81º95.16%48.63%-
XYZ4.72.119.23-
YUV30.52180.76136.91-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.86%
GREEN value IS 6 (2.73% from 255) = 3.47%
BLUE value IS 124 (48.83% from 255) = 71.68%
R=24.86%
G=3.47%
B=71.68%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4361240.650.9500.51258.8190.7725.49
Hex2B67C415F0331035b19
Octal53617410113706340313331
Binary1010111101111100100000110111110110011100000011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B067C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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