Html Css Color HEX #3329DC Persian Blue

📋 copy color: '#3329DC'

red 51 ◦ green 41 ◦ blue 220

#3329DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #3329DC

Tints of Persian Blue #3329DC

RGB

 RED value IS 51 (20.31% from 255) = 16.35%

 GREEN value IS 41 (16.41% from 255) = 13.14%

 BLUE value IS 220 (86.33% from 255) = 70.51%

R = 16.35%
G = 13.14%
B = 70.51%

CMYK

 C value IS 0.77

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3329DC (or 0x3329DC) is known color: Persian Blue. HEX triplet: 33, 29 and DC. RGB value is (51,41,220). Sum of RGB (Red+Green+Blue) = 51+41+220=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 220 (86.33% from 255 or 70.51% from 312); Max value from RGB is 220 - color contains mainly: blue. Hex color #3329DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3329DC is #CCD623. Grayscale: #3F3F3F. Windows color (decimal): -13424164 or 14428467. OLE color: 14428467.

HSL color Cylindrical-coordinate representation of color #3329DC: hue angle of 243.35º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3329DC is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 41 220 -
CMYK 0.77 0.81 0 0.14
HSL 243.35º 0.72% 0.51% -
HSV(B) 243.35º 0.81% 0.86% -
XYZ 15.08 7.46 68.35 -
YUV 64.4 215.81 118.45 -
System Red Green Blue C M Y K H S L
Decimal 51 41 220 0.77 0.81 0 0.14 243.35 0.72 0.51
Hex 33 29 DC 4D 51 0 E F3 48 33
Octal 63 51 334 115 121 0 16 363 110 63
Binary 110011 101001 11011100 1001101 1010001 0 1110 11110011 1001000 110011

Color Harmonies of #3329DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3329DC

Black with #3329DC

Text Example


Text Example

White with #3329DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3329DC; }

 p { color: rgb(51,41,220); }

 H1.HeaderClassName
 {
   color: #3329DC;
 }
 .AnyTagClassName
 {
   color: #3329DC;
 }
</style>

background-color css

<style>
 a { background-color: #3329DC; }

 a { background-color: rgb(51,41,220); }

 div.DivClassName
 {
   background-color: #3329DC;
 }
 .BgClassName
 {
   background-color: #3329DC;
 }
</style>

border-color css

<style>
 span { border-color: #3329DC; }

 span { border-color: rgb(51,41,220); }

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