#3935C9

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

Shades of Persian Blue #3935C9

Tints of Persian Blue #3935C9

Color information

#3935C9 (or 0x3935C9) is unknown color: approx Persian Blue. HEX triplet: 39, 35 and C9. RGB value is (57,53,201). Sum of RGB (Red+Green+Blue) = 57+53+201=311 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.33% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 201 (78.91% from 255 or 64.63% from 311); Max value from RGB is 201 - color contains mainly: blue. Hex color #3935C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3935C9 is #C6CA36. Grayscale: #464646. Windows color (decimal): -13027895 or 13186361. OLE color: 13186361.

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

Color convert

RGB5753201-
CMYK0.720.7400.21
HSL241.62º58.27%49.8%-
HSV(B)241.62º73.63%78.82%-
XYZ13.57.6356.02-
YUV71.07201.33117.97-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.33%
GREEN value IS 53 (21.09% from 255) = 17.04%
BLUE value IS 201 (78.91% from 255) = 64.63%
R=18.33%
G=17.04%
B=64.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal57532010.720.7400.21241.6258.2749.8
Hex3935C9484A015f23a32
Octal71653111101120253627262
Binary111001110101110010011001000100101001010111110010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3935C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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