#3120d6

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

Shades of Persian Blue #3120D6

Tints of Persian Blue #3120D6

Color information

#3120D6 (or 0x3120D6) is unknown color: approx Persian Blue. HEX triplet: 31, 20 and D6. RGB value is (49,32,214). Sum of RGB (Red+Green+Blue) = 49+32+214=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 214 (83.98% from 255 or 72.54% from 295); Max value from RGB is 214 - color contains mainly: blue. Hex color #3120D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3120D6 is #CEDF29. Grayscale: #393939. Windows color (decimal): -13557546 or 14032945. OLE color: 14032945.

HSL color Cylindrical-coordinate representation of color #3120D6: hue angle of 245.6º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3120D6 is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB4932214-
CMYK0.770.8500.16
HSL245.6º73.98%48.24%-
HSV(B)245.6º85.05%83.92%-
XYZ13.926.5464.15-
YUV57.83216.13121.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.61%
GREEN value IS 32 (12.89% from 255) = 10.85%
BLUE value IS 214 (83.98% from 255) = 72.54%
R=16.61%
G=10.85%
B=72.54%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal49322140.770.8500.16245.673.9848.24
Hex3120D64D55010f64a30
Octal614032611512502036611260
Binary1100011000001101011010011011010101010000111101101001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3120d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3120d6; }

 p { color: rgb(49,32,214); }

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

<style>
 a { background-color: #3120d6; }

 a { background-color: rgb(49,32,214); }

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

<style>
 span { border-color: #3120d6; }

 span { border-color: rgb(49,32,214); }

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