#3327C0

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

Shades of Persian Blue #3327C0

Tints of Persian Blue #3327C0

Color information

#3327C0 (or 0x3327C0) is unknown color: approx Persian Blue. HEX triplet: 33, 27 and C0. RGB value is (51,39,192). Sum of RGB (Red+Green+Blue) = 51+39+192=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 192 (75.39% from 255 or 68.09% from 282); Max value from RGB is 192 - color contains mainly: blue. Hex color #3327C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3327C0 is #CCD83F. Grayscale: #3B3B3B. Windows color (decimal): -13424704 or 12592947. OLE color: 12592947.

HSL color Cylindrical-coordinate representation of color #3327C0: hue angle of 244.71º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3327C0 is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5139192-
CMYK0.730.8000.25
HSL244.71º66.23%45.29%-
HSV(B)244.71º79.69%75.29%-
XYZ11.615.9650.41-
YUV60.03202.48121.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.09%
GREEN value IS 39 (15.62% from 255) = 13.83%
BLUE value IS 192 (75.39% from 255) = 68.09%
R=18.09%
G=13.83%
B=68.09%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51391920.730.8000.25244.7166.2345.29
Hex3327C04950019f5422d
Octal634730011112003136510255
Binary1100111001111100000010010011010000011001111101011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3327C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3327C0; }

 p { color: rgb(51,39,192); }

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

<style>
 a { background-color: #3327C0; }

 a { background-color: rgb(51,39,192); }

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

<style>
 span { border-color: #3327C0; }

 span { border-color: rgb(51,39,192); }

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