#3A25B4

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

Shades of Persian Blue #3A25B4

Tints of Persian Blue #3A25B4

Color information

#3A25B4 (or 0x3A25B4) is unknown color: approx Persian Blue. HEX triplet: 3A, 25 and B4. RGB value is (58,37,180). Sum of RGB (Red+Green+Blue) = 58+37+180=275 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.09% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 180 (70.70% from 255 or 65.45% from 275); Max value from RGB is 180 - color contains mainly: blue. Hex color #3A25B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A25B4 is #C5DA4B. Grayscale: #3B3B3B. Windows color (decimal): -12966476 or 11806010. OLE color: 11806010.

HSL color Cylindrical-coordinate representation of color #3A25B4: hue angle of 248.81º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A25B4 is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5837180-
CMYK0.680.7900.29
HSL248.81º65.9%42.55%-
HSV(B)248.81º79.44%70.59%-
XYZ10.645.5243.68-
YUV59.58195.96126.87-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.09%
GREEN value IS 37 (14.84% from 255) = 13.45%
BLUE value IS 180 (70.70% from 255) = 65.45%
R=21.09%
G=13.45%
B=65.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal58371800.680.7900.29248.8165.942.55
Hex3A25B4444F01Df9422b
Octal724526410411703537110253
Binary1110101001011011010010001001001111011101111110011000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A25B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A25B4; }

 p { color: rgb(58,37,180); }

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

<style>
 a { background-color: #3A25B4; }

 a { background-color: rgb(58,37,180); }

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

<style>
 span { border-color: #3A25B4; }

 span { border-color: rgb(58,37,180); }

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