Html Css Color HEX #3329BD Persian Blue

📋 copy color: '#3329BD'

red 51 ◦ green 41 ◦ blue 189

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

Shades of Persian Blue #3329BD

Tints of Persian Blue #3329BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 67.26%

R = 18.15%
G = 14.59%
B = 67.26%

CMYK

 C value IS 0.73

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3329BD (or 0x3329BD) is known color: Persian Blue. HEX triplet: 33, 29 and BD. RGB value is (51,41,189). Sum of RGB (Red+Green+Blue) = 51+41+189=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 189 (74.22% from 255 or 67.26% from 281); Max value from RGB is 189 - color contains mainly: blue. Hex color #3329BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3329BD is #CCD642. Grayscale: #3C3C3C. Windows color (decimal): -13424195 or 12396851. OLE color: 12396851.

HSL color Cylindrical-coordinate representation of color #3329BD: hue angle of 244.05º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3329BD is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 41 189 -
CMYK 0.73 0.78 0 0.26
HSL 244.05º 0.64% 0.45% -
HSV(B) 244.05º 0.78% 0.74% -
XYZ 11.34 5.96 48.7 -
YUV 60.86 200.31 120.97 -
System Red Green Blue C M Y K H S L
Decimal 51 41 189 0.73 0.78 0 0.26 244.05 0.64 0.45
Hex 33 29 BD 49 4E 0 1A F4 40 2D
Octal 63 51 275 111 116 0 32 364 100 55
Binary 110011 101001 10111101 1001001 1001110 0 11010 11110100 1000000 101101

Color Harmonies of #3329BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3329BD

Black with #3329BD

Text Example


Text Example

White with #3329BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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