#2A0683

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

Shades of Persian Indigo #2A0683

Tints of Persian Indigo #2A0683

Color information

#2A0683 (or 0x2A0683) is unknown color: approx Persian Indigo. HEX triplet: 2A, 06 and 83. RGB value is (42,6,131). Sum of RGB (Red+Green+Blue) = 42+6+131=179 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.46% from 179); Green value is 6 (2.73% from 255 or 3.35% from 179); Blue value is 131 (51.56% from 255 or 73.18% from 179); Max value from RGB is 131 - color contains mainly: blue. Hex color #2A0683 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0683 is #D5F97C. Grayscale: #1E1E1E. Windows color (decimal): -14023037 or 8586794. OLE color: 8586794.

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

Color convert

RGB426131-
CMYK0.680.9500.49
HSL257.28º91.24%26.86%-
HSV(B)257.28º95.42%51.37%-
XYZ5.122.2621.64-
YUV31.01184.43135.84-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.46%
GREEN value IS 6 (2.73% from 255) = 3.35%
BLUE value IS 131 (51.56% from 255) = 73.18%
R=23.46%
G=3.35%
B=73.18%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4261310.680.9500.49257.2891.2426.86
Hex2A683445F0311015b1b
Octal52620310413706140113333
Binary10101011010000011100010010111110110001100000001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,6,131); }

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

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

 a { background-color: rgb(42,6,131); }

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

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

 span { border-color: rgb(42,6,131); }

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