Html Css Color HEX #3329BF Persian Blue

📋 copy color: '#3329BF'

red 51 ◦ green 41 ◦ blue 191

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

Shades of Persian Blue #3329BF

Tints of Persian Blue #3329BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 67.49%

R = 18.02%
G = 14.49%
B = 67.49%

CMYK

 C value IS 0.73

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3329BF (or 0x3329BF) is known color: Persian Blue. HEX triplet: 33, 29 and BF. RGB value is (51,41,191). Sum of RGB (Red+Green+Blue) = 51+41+191=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 191 (75% from 255 or 67.49% from 283); Max value from RGB is 191 - color contains mainly: blue. Hex color #3329BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3329BF is #CCD640. Grayscale: #3C3C3C. Windows color (decimal): -13424193 or 12527923. OLE color: 12527923.

HSL color Cylindrical-coordinate representation of color #3329BF: hue angle of 244º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3329BF is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 41 191 -
CMYK 0.73 0.79 0 0.25
HSL 244º 0.65% 0.45% -
HSV(B) 244º 0.79% 0.75% -
XYZ 11.56 6.05 49.85 -
YUV 61.09 201.31 120.8 -
System Red Green Blue C M Y K H S L
Decimal 51 41 191 0.73 0.79 0 0.25 244 0.65 0.45
Hex 33 29 BF 49 4F 0 19 F4 41 2D
Octal 63 51 277 111 117 0 31 364 101 55
Binary 110011 101001 10111111 1001001 1001111 0 11001 11110100 1000001 101101

Color Harmonies of #3329BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3329BF

Black with #3329BF

Text Example


Text Example

White with #3329BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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