#3925C9

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

Shades of Persian Blue #3925C9

Tints of Persian Blue #3925C9

Color information

#3925C9 (or 0x3925C9) is unknown color: approx Persian Blue. HEX triplet: 39, 25 and C9. RGB value is (57,37,201). Sum of RGB (Red+Green+Blue) = 57+37+201=295 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.32% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 201 (78.91% from 255 or 68.14% from 295); Max value from RGB is 201 - color contains mainly: blue. Hex color #3925C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3925C9 is #C6DA36. Grayscale: #3D3D3D. Windows color (decimal): -13031991 or 13182265. OLE color: 13182265.

HSL color Cylindrical-coordinate representation of color #3925C9: hue angle of 247.32º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3925C9 is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5737201-
CMYK0.720.8200.21
HSL247.32º68.91%46.67%-
HSV(B)247.32º81.59%78.82%-
XYZ12.896.4155.82-
YUV61.68206.63124.66-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.32%
GREEN value IS 37 (14.84% from 255) = 12.54%
BLUE value IS 201 (78.91% from 255) = 68.14%
R=19.32%
G=12.54%
B=68.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal57372010.720.8200.21247.3268.9146.67
Hex3925C94852015f7452f
Octal714531111012202536710557
Binary1110011001011100100110010001010010010101111101111000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3925C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3925C9; }

 p { color: rgb(57,37,201); }

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

<style>
 a { background-color: #3925C9; }

 a { background-color: rgb(57,37,201); }

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

<style>
 span { border-color: #3925C9; }

 span { border-color: rgb(57,37,201); }

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