Html Css Color HEX #3323AA Persian Blue

📋 copy color: '#3323AA'

red 51 ◦ green 35 ◦ blue 170

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

Shades of Persian Blue #3323AA

Tints of Persian Blue #3323AA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.67%

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

R = 19.92%
G = 13.67%
B = 66.41%

CMYK

 C value IS 0.7

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3323AA (or 0x3323AA) is known color: Persian Blue. HEX triplet: 33, 23 and AA. RGB value is (51,35,170). Sum of RGB (Red+Green+Blue) = 51+35+170=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 170 (66.80% from 255 or 66.41% from 256); Max value from RGB is 170 - color contains mainly: blue. Hex color #3323AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3323AA is #CCDC55. Grayscale: #363636. Windows color (decimal): -13425750 or 11150131. OLE color: 11150131.

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

Color convert

RGB 51 35 170 -
CMYK 0.7 0.79 0 0.33
HSL 247.11º 0.66% 0.4% -
HSV(B) 247.11º 0.79% 0.67% -
XYZ 9.22 4.81 38.47 -
YUV 55.17 192.8 125.02 -
System Red Green Blue C M Y K H S L
Decimal 51 35 170 0.7 0.79 0 0.33 247.11 0.66 0.4
Hex 33 23 AA 46 4F 0 21 F7 42 28
Octal 63 43 252 106 117 0 41 367 102 50
Binary 110011 100011 10101010 1000110 1001111 0 100001 11110111 1000010 101000

Color Harmonies of #3323AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3323AA

Black with #3323AA

Text Example


Text Example

White with #3323AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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