#3929d3

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

Shades of Persian Blue #3929D3

Tints of Persian Blue #3929D3

Color information

#3929D3 (or 0x3929D3) is unknown color: approx Persian Blue. HEX triplet: 39, 29 and D3. RGB value is (57,41,211). Sum of RGB (Red+Green+Blue) = 57+41+211=309 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.45% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 211 (82.81% from 255 or 68.28% from 309); Max value from RGB is 211 - color contains mainly: blue. Hex color #3929D3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3929D3 is #C6D62C. Grayscale: #404040. Windows color (decimal): -13030957 or 13838649. OLE color: 13838649.

HSL color Cylindrical-coordinate representation of color #3929D3: hue angle of 245.65º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3929D3 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB5741211-
CMYK0.730.8100.17
HSL245.65º67.46%49.41%-
HSV(B)245.65º80.57%82.75%-
XYZ14.247.1662.26-
YUV65.16210.3122.18-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.45%
GREEN value IS 41 (16.41% from 255) = 13.27%
BLUE value IS 211 (82.81% from 255) = 68.28%
R=18.45%
G=13.27%
B=68.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal57412110.730.8100.17245.6567.4649.41
Hex3929D34951011f64331
Octal715132311112102136610361
Binary1110011010011101001110010011010001010001111101101000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3929d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3929d3; }

 p { color: rgb(57,41,211); }

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

<style>
 a { background-color: #3929d3; }

 a { background-color: rgb(57,41,211); }

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

<style>
 span { border-color: #3929d3; }

 span { border-color: rgb(57,41,211); }

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