#2A25C6

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

Shades of Persian Blue #2A25C6

Tints of Persian Blue #2A25C6

Color information

#2A25C6 (or 0x2A25C6) is unknown color: approx Persian Blue. HEX triplet: 2A, 25 and C6. RGB value is (42,37,198). Sum of RGB (Red+Green+Blue) = 42+37+198=277 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.16% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 198 (77.73% from 255 or 71.48% from 277); Max value from RGB is 198 - color contains mainly: blue. Hex color #2A25C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A25C6 is #D5DA39. Grayscale: #383838. Windows color (decimal): -14015034 or 12985642. OLE color: 12985642.

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

Color convert

RGB4237198-
CMYK0.790.8100.22
HSL241.86º68.51%46.08%-
HSV(B)241.86º81.31%77.65%-
XYZ11.815.8953.94-
YUV56.85207.66117.41-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.16%
GREEN value IS 37 (14.84% from 255) = 13.36%
BLUE value IS 198 (77.73% from 255) = 71.48%
R=15.16%
G=13.36%
B=71.48%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal42371980.790.8100.22241.8668.5146.08
Hex2A25C64F51016f2452e
Octal524530611712102636210556
Binary1010101001011100011010011111010001010110111100101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A25C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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