Html Css Color HEX #3320AB Persian Blue

📋 copy color: '#3320AB'

red 51 ◦ green 32 ◦ blue 171

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

Shades of Persian Blue #3320AB

Tints of Persian Blue #3320AB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.6%

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

R = 20.08%
G = 12.6%
B = 67.32%

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

#3320AB (or 0x3320AB) is known color: Persian Blue. HEX triplet: 33, 20 and AB. RGB value is (51,32,171). Sum of RGB (Red+Green+Blue) = 51+32+171=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 171 (67.19% from 255 or 67.32% from 254); Max value from RGB is 171 - color contains mainly: blue. Hex color #3320AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3320AB is #CCDF54. Grayscale: #343434. Windows color (decimal): -13426517 or 11214899. OLE color: 11214899.

HSL color Cylindrical-coordinate representation of color #3320AB: hue angle of 248.2º 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 #3320AB is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 32 171 -
CMYK 0.70 0.81 0 0.33
HSL 248.2º 0.68% 0.4% -
HSV(B) 248.2º 0.81% 0.67% -
XYZ 9.23 4.68 38.94 -
YUV 53.53 194.29 126.2 -
System Red Green Blue C M Y K H S L
Decimal 51 32 171 0.70 0.81 0 0.33 248.2 0.68 0.4
Hex 33 20 AB 46 51 0 21 F8 44 28
Octal 63 40 253 106 121 0 41 370 104 50
Binary 110011 100000 10101011 1000110 1010001 0 100001 11111000 1000100 101000

Color Harmonies of #3320AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3320AB

Black with #3320AB

Text Example


Text Example

White with #3320AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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