#3324C1

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

Shades of Persian Blue #3324C1

Tints of Persian Blue #3324C1

Color information

#3324C1 (or 0x3324C1) is unknown color: approx Persian Blue. HEX triplet: 33, 24 and C1. RGB value is (51,36,193). Sum of RGB (Red+Green+Blue) = 51+36+193=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 193 (75.78% from 255 or 68.93% from 280); Max value from RGB is 193 - color contains mainly: blue. Hex color #3324C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3324C1 is #CCDB3E. Grayscale: #393939. Windows color (decimal): -13425471 or 12657715. OLE color: 12657715.

HSL color Cylindrical-coordinate representation of color #3324C1: hue angle of 245.73º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3324C1 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5136193-
CMYK0.740.8100.24
HSL245.73º68.56%44.9%-
HSV(B)245.73º81.35%75.69%-
XYZ11.625.8250.96-
YUV58.38203.97122.73-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.21%
GREEN value IS 36 (14.45% from 255) = 12.86%
BLUE value IS 193 (75.78% from 255) = 68.93%
R=18.21%
G=12.86%
B=68.93%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal51361930.740.8100.24245.7368.5644.9
Hex3324C14A51018f6452d
Octal634430111212103036610555
Binary1100111001001100000110010101010001011000111101101000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3324C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,36,193); }

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

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

 a { background-color: rgb(51,36,193); }

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

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

 span { border-color: rgb(51,36,193); }

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