#2A1ECC

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

Shades of Persian Blue #2A1ECC

Tints of Persian Blue #2A1ECC

Color information

#2A1ECC (or 0x2A1ECC) is unknown color: approx Persian Blue. HEX triplet: 2A, 1E and CC. RGB value is (42,30,204). Sum of RGB (Red+Green+Blue) = 42+30+204=276 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.22% from 276); Green value is 30 (12.11% from 255 or 10.87% from 276); Blue value is 204 (80.08% from 255 or 73.91% from 276); Max value from RGB is 204 - color contains mainly: blue. Hex color #2A1ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A1ECC is #D5E133. Grayscale: #343434. Windows color (decimal): -14016820 or 13377066. OLE color: 13377066.

HSL color Cylindrical-coordinate representation of color #2A1ECC: hue angle of 244.14º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2A1ECC is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB4230204-
CMYK0.790.8500.2
HSL244.14º74.36%45.88%-
HSV(B)244.14º85.29%80%-
XYZ12.325.7857.59-
YUV53.42212.98119.85-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.22%
GREEN value IS 30 (12.11% from 255) = 10.87%
BLUE value IS 204 (80.08% from 255) = 73.91%
R=15.22%
G=10.87%
B=73.91%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal42302040.790.8500.2244.1474.3645.88
Hex2A1ECC4F55014f44a2e
Octal523631411712502436411256
Binary101010111101100110010011111010101010100111101001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,30,204); }

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

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

 a { background-color: rgb(42,30,204); }

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

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

 span { border-color: rgb(42,30,204); }

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