Html Css Color HEX #3329AE Persian Blue

📋 copy color: '#3329AE'

red 51 ◦ green 41 ◦ blue 174

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

Shades of Persian Blue #3329AE

Tints of Persian Blue #3329AE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.41%

 BLUE value IS 174 (68.36% from 255) = 65.41%

R = 19.17%
G = 15.41%
B = 65.41%

CMYK

 C value IS 0.71

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3329AE (or 0x3329AE) is known color: Persian Blue. HEX triplet: 33, 29 and AE. RGB value is (51,41,174). Sum of RGB (Red+Green+Blue) = 51+41+174=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 174 (68.36% from 255 or 65.41% from 266); Max value from RGB is 174 - color contains mainly: blue. Hex color #3329AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3329AE is #CCD651. Grayscale: #3A3A3A. Windows color (decimal): -13424210 or 11413811. OLE color: 11413811.

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

Color convert

RGB 51 41 174 -
CMYK 0.71 0.76 0 0.32
HSL 244.51º 0.62% 0.42% -
HSV(B) 244.51º 0.76% 0.68% -
XYZ 9.8 5.35 40.56 -
YUV 59.15 192.81 122.19 -
System Red Green Blue C M Y K H S L
Decimal 51 41 174 0.71 0.76 0 0.32 244.51 0.62 0.42
Hex 33 29 AE 47 4C 0 20 F5 3E 2A
Octal 63 51 256 107 114 0 40 365 76 52
Binary 110011 101001 10101110 1000111 1001100 0 100000 11110101 111110 101010

Color Harmonies of #3329AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3329AE

Black with #3329AE

Text Example


Text Example

White with #3329AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3329AE; }

 p { color: rgb(51,41,174); }

 H1.HeaderClassName
 {
   color: #3329AE;
 }
 .AnyTagClassName
 {
   color: #3329AE;
 }
</style>

background-color css

<style>
 a { background-color: #3329AE; }

 a { background-color: rgb(51,41,174); }

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

border-color css

<style>
 span { border-color: #3329AE; }

 span { border-color: rgb(51,41,174); }

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