#2A0384

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

Shades of Persian Indigo #2A0384

Tints of Persian Indigo #2A0384

Color information

#2A0384 (or 0x2A0384) is unknown color: approx Persian Indigo. HEX triplet: 2A, 03 and 84. RGB value is (42,3,132). Sum of RGB (Red+Green+Blue) = 42+3+132=177 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.73% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 132 (51.95% from 255 or 74.58% from 177); Max value from RGB is 132 - color contains mainly: blue. Hex color #2A0384 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0384 is #D5FC7B. Grayscale: #1C1C1C. Windows color (decimal): -14023804 or 8651562. OLE color: 8651562.

HSL color Cylindrical-coordinate representation of color #2A0384: hue angle of 258.14º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A0384 is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB423132-
CMYK0.680.9800.48
HSL258.14º95.56%26.47%-
HSV(B)258.14º97.73%51.76%-
XYZ5.152.2221.99-
YUV29.37185.92137.01-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.73%
GREEN value IS 3 (1.56% from 255) = 1.69%
BLUE value IS 132 (51.95% from 255) = 74.58%
R=23.73%
G=1.69%
B=74.58%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal4231320.680.9800.48258.1495.5626.47
Hex2A3844462030102601a
Octal52320410414206040214032
Binary1010101110000100100010011000100110000100000010110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,3,132); }

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

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

 a { background-color: rgb(42,3,132); }

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

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

 span { border-color: rgb(42,3,132); }

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