#3830D1

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

Shades of Persian Blue #3830D1

Tints of Persian Blue #3830D1

Color information

#3830D1 (or 0x3830D1) is unknown color: approx Persian Blue. HEX triplet: 38, 30 and D1. RGB value is (56,48,209). Sum of RGB (Red+Green+Blue) = 56+48+209=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 209 (82.03% from 255 or 66.77% from 313); Max value from RGB is 209 - color contains mainly: blue. Hex color #3830D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3830D1 is #C7CF2E. Grayscale: #444444. Windows color (decimal): -13094703 or 13709368. OLE color: 13709368.

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

Color convert

RGB5648209-
CMYK0.730.7700.18
HSL242.98º63.64%50.39%-
HSV(B)242.98º77.03%81.96%-
XYZ14.27.5661.03-
YUV68.75207.15118.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.89%
GREEN value IS 48 (19.14% from 255) = 15.34%
BLUE value IS 209 (82.03% from 255) = 66.77%
R=17.89%
G=15.34%
B=66.77%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal56482090.730.7700.18242.9863.6450.39
Hex3830D1494D012f34032
Octal706032111111502236310062
Binary1110001100001101000110010011001101010010111100111000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3830D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3830D1; }

 p { color: rgb(56,48,209); }

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

<style>
 a { background-color: #3830D1; }

 a { background-color: rgb(56,48,209); }

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

<style>
 span { border-color: #3830D1; }

 span { border-color: rgb(56,48,209); }

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