Html Css Color HEX #3329AF Persian Blue

📋 copy color: '#3329AF'

red 51 ◦ green 41 ◦ blue 175

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

Shades of Persian Blue #3329AF

Tints of Persian Blue #3329AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 65.54%

R = 19.1%
G = 15.36%
B = 65.54%

CMYK

 C value IS 0.71

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3329AF (or 0x3329AF) is known color: Persian Blue. HEX triplet: 33, 29 and AF. RGB value is (51,41,175). Sum of RGB (Red+Green+Blue) = 51+41+175=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 175 (68.75% from 255 or 65.54% from 267); Max value from RGB is 175 - color contains mainly: blue. Hex color #3329AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3329AF is #CCD650. Grayscale: #3A3A3A. Windows color (decimal): -13424209 or 11479347. OLE color: 11479347.

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

Color convert

RGB 51 41 175 -
CMYK 0.71 0.77 0 0.31
HSL 244.48º 0.62% 0.42% -
HSV(B) 244.48º 0.77% 0.69% -
XYZ 9.9 5.38 41.08 -
YUV 59.27 193.31 122.1 -
System Red Green Blue C M Y K H S L
Decimal 51 41 175 0.71 0.77 0 0.31 244.48 0.62 0.42
Hex 33 29 AF 47 4D 0 1F F4 3E 2A
Octal 63 51 257 107 115 0 37 364 76 52
Binary 110011 101001 10101111 1000111 1001101 0 11111 11110100 111110 101010

Color Harmonies of #3329AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3329AF

Black with #3329AF

Text Example


Text Example

White with #3329AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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