Html Css Color HEX #3329DA Persian Blue

📋 copy color: '#3329DA'

red 51 ◦ green 41 ◦ blue 218

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

Shades of Persian Blue #3329DA

Tints of Persian Blue #3329DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 70.32%

R = 16.45%
G = 13.23%
B = 70.32%

CMYK

 C value IS 0.77

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3329DA (or 0x3329DA) is known color: Persian Blue. HEX triplet: 33, 29 and DA. RGB value is (51,41,218). Sum of RGB (Red+Green+Blue) = 51+41+218=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 218 (85.55% from 255 or 70.32% from 310); Max value from RGB is 218 - color contains mainly: blue. Hex color #3329DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3329DA is #CCD625. Grayscale: #3F3F3F. Windows color (decimal): -13424166 or 14297395. OLE color: 14297395.

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

Color convert

RGB 51 41 218 -
CMYK 0.77 0.81 0 0.15
HSL 243.39º 0.71% 0.51% -
HSV(B) 243.39º 0.81% 0.85% -
XYZ 14.81 7.35 66.97 -
YUV 64.17 214.81 118.61 -
System Red Green Blue C M Y K H S L
Decimal 51 41 218 0.77 0.81 0 0.15 243.39 0.71 0.51
Hex 33 29 DA 4D 51 0 F F3 47 33
Octal 63 51 332 115 121 0 17 363 107 63
Binary 110011 101001 11011010 1001101 1010001 0 1111 11110011 1000111 110011

Color Harmonies of #3329DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3329DA

Black with #3329DA

Text Example


Text Example

White with #3329DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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