#2A25C1

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

Shades of Persian Blue #2A25C1

Tints of Persian Blue #2A25C1

Color information

#2A25C1 (or 0x2A25C1) is unknown color: approx Persian Blue. HEX triplet: 2A, 25 and C1. RGB value is (42,37,193). Sum of RGB (Red+Green+Blue) = 42+37+193=272 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.44% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 193 (75.78% from 255 or 70.96% from 272); Max value from RGB is 193 - color contains mainly: blue. Hex color #2A25C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A25C1 is #D5DA3E. Grayscale: #373737. Windows color (decimal): -14015039 or 12657962. OLE color: 12657962.

HSL color Cylindrical-coordinate representation of color #2A25C1: hue angle of 241.92º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A25C1 is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4237193-
CMYK0.780.8100.24
HSL241.92º67.83%45.1%-
HSV(B)241.92º80.83%75.69%-
XYZ11.245.6750.95-
YUV56.28205.16117.82-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.44%
GREEN value IS 37 (14.84% from 255) = 13.60%
BLUE value IS 193 (75.78% from 255) = 70.96%
R=15.44%
G=13.60%
B=70.96%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal42371930.780.8100.24241.9267.8345.1
Hex2A25C14E51018f2442d
Octal524530111612103036210455
Binary1010101001011100000110011101010001011000111100101000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A25C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,37,193); }

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

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

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

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

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

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

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