Html Css Color HEX #3322AA Persian Blue

📋 copy color: '#3322AA'

red 51 ◦ green 34 ◦ blue 170

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

Shades of Persian Blue #3322AA

Tints of Persian Blue #3322AA

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.33%

 BLUE value IS 170 (66.8% from 255) = 66.67%

R = 20%
G = 13.33%
B = 66.67%

CMYK

 C value IS 0.7

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3322AA (or 0x3322AA) is known color: Persian Blue. HEX triplet: 33, 22 and AA. RGB value is (51,34,170). Sum of RGB (Red+Green+Blue) = 51+34+170=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 170 (66.80% from 255 or 66.67% from 255); Max value from RGB is 170 - color contains mainly: blue. Hex color #3322AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3322AA is #CCDD55. Grayscale: #363636. Windows color (decimal): -13426006 or 11149875. OLE color: 11149875.

HSL color Cylindrical-coordinate representation of color #3322AA: hue angle of 247.5º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3322AA is Cyan = 0.7, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 34 170 -
CMYK 0.7 0.80 0 0.33
HSL 247.5º 0.67% 0.4% -
HSV(B) 247.5º 0.8% 0.67% -
XYZ 9.19 4.75 38.46 -
YUV 54.59 193.13 125.44 -
System Red Green Blue C M Y K H S L
Decimal 51 34 170 0.7 0.80 0 0.33 247.5 0.67 0.4
Hex 33 22 AA 46 50 0 21 F8 43 28
Octal 63 42 252 106 120 0 41 370 103 50
Binary 110011 100010 10101010 1000110 1010000 0 100001 11111000 1000011 101000

Color Harmonies of #3322AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3322AA

Black with #3322AA

Text Example


Text Example

White with #3322AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3322AA; }

 p { color: rgb(51,34,170); }

 H1.HeaderClassName
 {
   color: #3322AA;
 }
 .AnyTagClassName
 {
   color: #3322AA;
 }
</style>

background-color css

<style>
 a { background-color: #3322AA; }

 a { background-color: rgb(51,34,170); }

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

border-color css

<style>
 span { border-color: #3322AA; }

 span { border-color: rgb(51,34,170); }

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