#2117C1

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

Shades of Persian Blue #2117C1

Tints of Persian Blue #2117C1

Color information

#2117C1 (or 0x2117C1) is unknown color: approx Persian Blue. HEX triplet: 21, 17 and C1. RGB value is (33,23,193). Sum of RGB (Red+Green+Blue) = 33+23+193=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 193 (75.78% from 255 or 77.51% from 249); Max value from RGB is 193 - color contains mainly: blue. Hex color #2117C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2117C1 is #DEE83E. Grayscale: #2C2C2C. Windows color (decimal): -14608447 or 12654369. OLE color: 12654369.

HSL color Cylindrical-coordinate representation of color #2117C1: hue angle of 243.53º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2117C1 is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3323193-
CMYK0.830.8800.24
HSL243.53º78.7%42.35%-
HSV(B)243.53º88.08%75.69%-
XYZ10.564.7950.82-
YUV45.37211.31119.18-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.25%
GREEN value IS 23 (9.38% from 255) = 9.24%
BLUE value IS 193 (75.78% from 255) = 77.51%
R=13.25%
G=9.24%
B=77.51%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal33231930.830.8800.24243.5378.742.35
Hex2117C15358018f44f2a
Octal412730112313003036411752
Binary100001101111100000110100111011000011000111101001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2117C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2117C1; }

 p { color: rgb(33,23,193); }

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

<style>
 a { background-color: #2117C1; }

 a { background-color: rgb(33,23,193); }

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

<style>
 span { border-color: #2117C1; }

 span { border-color: rgb(33,23,193); }

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