#2A2AC6

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

Shades of Persian Blue #2A2AC6

Tints of Persian Blue #2A2AC6

Color information

#2A2AC6 (or 0x2A2AC6) is unknown color: approx Persian Blue. HEX triplet: 2A, 2A and C6. RGB value is (42,42,198). Sum of RGB (Red+Green+Blue) = 42+42+198=282 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.89% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 198 (77.73% from 255 or 70.21% from 282); Max value from RGB is 198 - color contains mainly: blue. Hex color #2A2AC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A2AC6 is #D5D539. Grayscale: #3B3B3B. Windows color (decimal): -14013754 or 12986922. OLE color: 12986922.

HSL color Cylindrical-coordinate representation of color #2A2AC6: hue angle of 240º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A2AC6 is Cyan = 0.79, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB4242198-
CMYK0.790.7900.22
HSL240º65%47.06%-
HSV(B)240º78.79%77.65%-
XYZ11.986.2354-
YUV59.78206115.32-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.89%
GREEN value IS 42 (16.80% from 255) = 14.89%
BLUE value IS 198 (77.73% from 255) = 70.21%
R=14.89%
G=14.89%
B=70.21%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal42421980.790.7900.222406547.06
Hex2A2AC64F4F016f0412f
Octal525230611711702636010157
Binary1010101010101100011010011111001111010110111100001000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,42,198); }

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

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

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

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

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

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

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