#3925d1

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

Shades of Persian Blue #3925D1

Tints of Persian Blue #3925D1

Color information

#3925D1 (or 0x3925D1) is unknown color: approx Persian Blue. HEX triplet: 39, 25 and D1. RGB value is (57,37,209). Sum of RGB (Red+Green+Blue) = 57+37+209=303 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.81% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 209 (82.03% from 255 or 68.98% from 303); Max value from RGB is 209 - color contains mainly: blue. Hex color #3925D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3925D1 is #C6DA2E. Grayscale: #3D3D3D. Windows color (decimal): -13031983 or 13706553. OLE color: 13706553.

HSL color Cylindrical-coordinate representation of color #3925D1: hue angle of 246.98º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3925D1 is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5737209-
CMYK0.730.8200.18
HSL246.98º69.92%48.24%-
HSV(B)246.98º82.3%81.96%-
XYZ13.866.860.9-
YUV62.59210.63124.01-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.81%
GREEN value IS 37 (14.84% from 255) = 12.21%
BLUE value IS 209 (82.03% from 255) = 68.98%
R=18.81%
G=12.21%
B=68.98%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal57372090.730.8200.18246.9869.9248.24
Hex3925D14952012f74630
Octal714532111112202236710660
Binary1110011001011101000110010011010010010010111101111000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3925d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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