Html Css Color HEX #3321AB Persian Blue

📋 copy color: '#3321AB'

red 51 ◦ green 33 ◦ blue 171

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

Shades of Persian Blue #3321AB

Tints of Persian Blue #3321AB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.94%

 BLUE value IS 171 (67.19% from 255) = 67.06%

R = 20%
G = 12.94%
B = 67.06%

CMYK

 C value IS 0.70

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3321AB (or 0x3321AB) is known color: Persian Blue. HEX triplet: 33, 21 and AB. RGB value is (51,33,171). Sum of RGB (Red+Green+Blue) = 51+33+171=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 171 (67.19% from 255 or 67.06% from 255); Max value from RGB is 171 - color contains mainly: blue. Hex color #3321AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3321AB is #CCDE54. Grayscale: #353535. Windows color (decimal): -13426261 or 11215155. OLE color: 11215155.

HSL color Cylindrical-coordinate representation of color #3321AB: hue angle of 247.83º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3321AB is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 33 171 -
CMYK 0.70 0.81 0 0.33
HSL 247.83º 0.68% 0.4% -
HSV(B) 247.83º 0.81% 0.67% -
XYZ 9.26 4.73 38.95 -
YUV 54.11 193.96 125.78 -
System Red Green Blue C M Y K H S L
Decimal 51 33 171 0.70 0.81 0 0.33 247.83 0.68 0.4
Hex 33 21 AB 46 51 0 21 F8 44 28
Octal 63 41 253 106 121 0 41 370 104 50
Binary 110011 100001 10101011 1000110 1010001 0 100001 11111000 1000100 101000

Color Harmonies of #3321AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3321AB

Black with #3321AB

Text Example


Text Example

White with #3321AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3321AB; }

 p { color: rgb(51,33,171); }

 H1.HeaderClassName
 {
   color: #3321AB;
 }
 .AnyTagClassName
 {
   color: #3321AB;
 }
</style>

background-color css

<style>
 a { background-color: #3321AB; }

 a { background-color: rgb(51,33,171); }

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

border-color css

<style>
 span { border-color: #3321AB; }

 span { border-color: rgb(51,33,171); }

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