Html Css Color HEX #3328AD Persian Blue

📋 copy color: '#3328AD'

red 51 ◦ green 40 ◦ blue 173

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

Shades of Persian Blue #3328AD

Tints of Persian Blue #3328AD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.15%

 BLUE value IS 173 (67.97% from 255) = 65.53%

R = 19.32%
G = 15.15%
B = 65.53%

CMYK

 C value IS 0.71

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3328AD (or 0x3328AD) is known color: Persian Blue. HEX triplet: 33, 28 and AD. RGB value is (51,40,173). Sum of RGB (Red+Green+Blue) = 51+40+173=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 173 (67.97% from 255 or 65.53% from 264); Max value from RGB is 173 - color contains mainly: blue. Hex color #3328AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3328AD is #CCD752. Grayscale: #393939. Windows color (decimal): -13424467 or 11348019. OLE color: 11348019.

HSL color Cylindrical-coordinate representation of color #3328AD: hue angle of 244.96º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3328AD is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 51 40 173 -
CMYK 0.71 0.77 0 0.32
HSL 244.96º 0.62% 0.42% -
HSV(B) 244.96º 0.77% 0.68% -
XYZ 9.67 5.24 40.04 -
YUV 58.45 192.64 122.69 -
System Red Green Blue C M Y K H S L
Decimal 51 40 173 0.71 0.77 0 0.32 244.96 0.62 0.42
Hex 33 28 AD 47 4D 0 20 F5 3E 2A
Octal 63 50 255 107 115 0 40 365 76 52
Binary 110011 101000 10101101 1000111 1001101 0 100000 11110101 111110 101010

Color Harmonies of #3328AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3328AD

Black with #3328AD

Text Example


Text Example

White with #3328AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3328AD; }

 p { color: rgb(51,40,173); }

 H1.HeaderClassName
 {
   color: #3328AD;
 }
 .AnyTagClassName
 {
   color: #3328AD;
 }
</style>

background-color css

<style>
 a { background-color: #3328AD; }

 a { background-color: rgb(51,40,173); }

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

border-color css

<style>
 span { border-color: #3328AD; }

 span { border-color: rgb(51,40,173); }

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