Html Css Color HEX #332ADB Persian Blue

📋 copy color: '#332ADB'

red 51 ◦ green 42 ◦ blue 219

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

Shades of Persian Blue #332ADB

Tints of Persian Blue #332ADB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.46%

 BLUE value IS 219 (85.94% from 255) = 70.19%

R = 16.35%
G = 13.46%
B = 70.19%

CMYK

 C value IS 0.77

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#332ADB (or 0x332ADB) is known color: Persian Blue. HEX triplet: 33, 2A and DB. RGB value is (51,42,219). Sum of RGB (Red+Green+Blue) = 51+42+219=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 42 (16.80% from 255 or 13.46% from 312); Blue value is 219 (85.94% from 255 or 70.19% from 312); Max value from RGB is 219 - color contains mainly: blue. Hex color #332ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332ADB is #CCD524. Grayscale: #404040. Windows color (decimal): -13423909 or 14363187. OLE color: 14363187.

HSL color Cylindrical-coordinate representation of color #332ADB: hue angle of 243.05º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #332ADB is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 42 219 -
CMYK 0.77 0.81 0 0.14
HSL 243.05º 0.71% 0.51% -
HSV(B) 243.05º 0.81% 0.86% -
XYZ 14.98 7.47 67.67 -
YUV 64.87 214.98 118.11 -
System Red Green Blue C M Y K H S L
Decimal 51 42 219 0.77 0.81 0 0.14 243.05 0.71 0.51
Hex 33 2A DB 4D 51 0 E F3 47 33
Octal 63 52 333 115 121 0 16 363 107 63
Binary 110011 101010 11011011 1001101 1010001 0 1110 11110011 1000111 110011

Color Harmonies of #332ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332ADB

Black with #332ADB

Text Example


Text Example

White with #332ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332ADB; }

 p { color: rgb(51,42,219); }

 H1.HeaderClassName
 {
   color: #332ADB;
 }
 .AnyTagClassName
 {
   color: #332ADB;
 }
</style>

background-color css

<style>
 a { background-color: #332ADB; }

 a { background-color: rgb(51,42,219); }

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

border-color css

<style>
 span { border-color: #332ADB; }

 span { border-color: rgb(51,42,219); }

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