Html Css Color HEX #332CDD Persian Blue

📋 copy color: '#332CDD'

red 51 ◦ green 44 ◦ blue 221

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

Shades of Persian Blue #332CDD

Tints of Persian Blue #332CDD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.92%

 BLUE value IS 221 (86.72% from 255) = 69.94%

R = 16.14%
G = 13.92%
B = 69.94%

CMYK

 C value IS 0.77

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#332CDD (or 0x332CDD) is known color: Persian Blue. HEX triplet: 33, 2C and DD. RGB value is (51,44,221). Sum of RGB (Red+Green+Blue) = 51+44+221=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 221 (86.72% from 255 or 69.94% from 316); Max value from RGB is 221 - color contains mainly: blue. Hex color #332CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332CDD is #CCD322. Grayscale: #414141. Windows color (decimal): -13423395 or 14494771. OLE color: 14494771.

HSL color Cylindrical-coordinate representation of color #332CDD: hue angle of 242.37º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #332CDD is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 44 221 -
CMYK 0.77 0.80 0 0.13
HSL 242.37º 0.72% 0.52% -
HSV(B) 242.37º 0.8% 0.87% -
XYZ 15.32 7.73 69.09 -
YUV 66.27 215.32 117.11 -
System Red Green Blue C M Y K H S L
Decimal 51 44 221 0.77 0.80 0 0.13 242.37 0.72 0.52
Hex 33 2C DD 4D 50 0 D F2 48 34
Octal 63 54 335 115 120 0 15 362 110 64
Binary 110011 101100 11011101 1001101 1010000 0 1101 11110010 1001000 110100

Color Harmonies of #332CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332CDD

Black with #332CDD

Text Example


Text Example

White with #332CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,44,221); }

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

background-color css

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

 a { background-color: rgb(51,44,221); }

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

border-color css

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

 span { border-color: rgb(51,44,221); }

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