#3121CC

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

Shades of Persian Blue #3121CC

Tints of Persian Blue #3121CC

Color information

#3121CC (or 0x3121CC) is unknown color: approx Persian Blue. HEX triplet: 31, 21 and CC. RGB value is (49,33,204). Sum of RGB (Red+Green+Blue) = 49+33+204=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 204 (80.08% from 255 or 71.33% from 286); Max value from RGB is 204 - color contains mainly: blue. Hex color #3121CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3121CC is #CEDE33. Grayscale: #383838. Windows color (decimal): -13557300 or 13377841. OLE color: 13377841.

HSL color Cylindrical-coordinate representation of color #3121CC: hue angle of 245.61º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3121CC is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB4933204-
CMYK0.760.8400.2
HSL245.61º72.15%46.47%-
HSV(B)245.61º83.82%80%-
XYZ12.716.157.63-
YUV57.28210.8122.1-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.13%
GREEN value IS 33 (13.28% from 255) = 11.54%
BLUE value IS 204 (80.08% from 255) = 71.33%
R=17.13%
G=11.54%
B=71.33%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal49332040.760.8400.2245.6172.1546.47
Hex3121CC4C54014f6482e
Octal614131411412402436611056
Binary1100011000011100110010011001010100010100111101101001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3121CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3121CC; }

 p { color: rgb(49,33,204); }

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

<style>
 a { background-color: #3121CC; }

 a { background-color: rgb(49,33,204); }

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

<style>
 span { border-color: #3121CC; }

 span { border-color: rgb(49,33,204); }

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