Html Css Color HEX #332DDF Persian Blue

📋 copy color: '#332DDF'

red 51 ◦ green 45 ◦ blue 223

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

Shades of Persian Blue #332DDF

Tints of Persian Blue #332DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 69.91%

R = 15.99%
G = 14.11%
B = 69.91%

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

#332DDF (or 0x332DDF) is known color: Persian Blue. HEX triplet: 33, 2D and DF. RGB value is (51,45,223). Sum of RGB (Red+Green+Blue) = 51+45+223=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 223 (87.5% from 255 or 69.91% from 319); Max value from RGB is 223 - color contains mainly: blue. Hex color #332DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332DDF is #CCD220. Grayscale: #424242. Windows color (decimal): -13423137 or 14626099. OLE color: 14626099.

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

Color convert

RGB 51 45 223 -
CMYK 0.77 0.80 0 0.13
HSL 242.02º 0.74% 0.53% -
HSV(B) 242.02º 0.8% 0.87% -
XYZ 15.62 7.91 70.52 -
YUV 67.09 215.99 116.53 -
System Red Green Blue C M Y K H S L
Decimal 51 45 223 0.77 0.80 0 0.13 242.02 0.74 0.53
Hex 33 2D DF 4D 50 0 D F2 4A 35
Octal 63 55 337 115 120 0 15 362 112 65
Binary 110011 101101 11011111 1001101 1010000 0 1101 11110010 1001010 110101

Color Harmonies of #332DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332DDF

Black with #332DDF

Text Example


Text Example

White with #332DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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