Html Css Color HEX #332DDB Persian Blue

📋 copy color: '#332DDB'

red 51 ◦ green 45 ◦ blue 219

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

Shades of Persian Blue #332DDB

Tints of Persian Blue #332DDB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.29%

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

R = 16.19%
G = 14.29%
B = 69.52%

CMYK

 C value IS 0.77

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#332DDB (or 0x332DDB) is known color: Persian Blue. HEX triplet: 33, 2D and DB. RGB value is (51,45,219). Sum of RGB (Red+Green+Blue) = 51+45+219=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 219 (85.94% from 255 or 69.52% from 315); Max value from RGB is 219 - color contains mainly: blue. Hex color #332DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332DDB is #CCD224. Grayscale: #414141. Windows color (decimal): -13423141 or 14363955. OLE color: 14363955.

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

Color convert

RGB 51 45 219 -
CMYK 0.77 0.79 0 0.14
HSL 242.07º 0.71% 0.52% -
HSV(B) 242.07º 0.79% 0.86% -
XYZ 15.09 7.7 67.71 -
YUV 66.63 213.99 116.85 -
System Red Green Blue C M Y K H S L
Decimal 51 45 219 0.77 0.79 0 0.14 242.07 0.71 0.52
Hex 33 2D DB 4D 4F 0 E F2 47 34
Octal 63 55 333 115 117 0 16 362 107 64
Binary 110011 101101 11011011 1001101 1001111 0 1110 11110010 1000111 110100

Color Harmonies of #332DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332DDB

Black with #332DDB

Text Example


Text Example

White with #332DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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