Html Css Color HEX #3329BA Persian Blue

📋 copy color: '#3329BA'

red 51 ◦ green 41 ◦ blue 186

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

Shades of Persian Blue #3329BA

Tints of Persian Blue #3329BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 66.91%

R = 18.35%
G = 14.75%
B = 66.91%

CMYK

 C value IS 0.73

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3329BA (or 0x3329BA) is known color: Persian Blue. HEX triplet: 33, 29 and BA. RGB value is (51,41,186). Sum of RGB (Red+Green+Blue) = 51+41+186=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 186 (73.05% from 255 or 66.91% from 278); Max value from RGB is 186 - color contains mainly: blue. Hex color #3329BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3329BA is #CCD645. Grayscale: #3B3B3B. Windows color (decimal): -13424198 or 12200243. OLE color: 12200243.

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

Color convert

RGB 51 41 186 -
CMYK 0.73 0.78 0 0.27
HSL 244.14º 0.64% 0.45% -
HSV(B) 244.14º 0.78% 0.73% -
XYZ 11.02 5.83 47 -
YUV 60.52 198.81 121.21 -
System Red Green Blue C M Y K H S L
Decimal 51 41 186 0.73 0.78 0 0.27 244.14 0.64 0.45
Hex 33 29 BA 49 4E 0 1B F4 40 2D
Octal 63 51 272 111 116 0 33 364 100 55
Binary 110011 101001 10111010 1001001 1001110 0 11011 11110100 1000000 101101

Color Harmonies of #3329BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3329BA

Black with #3329BA

Text Example


Text Example

White with #3329BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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