Html Css Color HEX #332DCD Persian Blue

📋 copy color: '#332DCD'

red 51 ◦ green 45 ◦ blue 205

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

Shades of Persian Blue #332DCD

Tints of Persian Blue #332DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 68.11%

R = 16.94%
G = 14.95%
B = 68.11%

CMYK

 C value IS 0.75

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#332DCD (or 0x332DCD) is known color: Persian Blue. HEX triplet: 33, 2D and CD. RGB value is (51,45,205). Sum of RGB (Red+Green+Blue) = 51+45+205=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 205 (80.47% from 255 or 68.11% from 301); Max value from RGB is 205 - color contains mainly: blue. Hex color #332DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332DCD is #CCD232. Grayscale: #404040. Windows color (decimal): -13423155 or 13446451. OLE color: 13446451.

HSL color Cylindrical-coordinate representation of color #332DCD: hue angle of 242.25º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #332DCD is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 51 45 205 -
CMYK 0.75 0.78 0 0.20
HSL 242.25º 0.64% 0.49% -
HSV(B) 242.25º 0.78% 0.8% -
XYZ 13.32 6.99 58.4 -
YUV 65.03 206.99 117.99 -
System Red Green Blue C M Y K H S L
Decimal 51 45 205 0.75 0.78 0 0.20 242.25 0.64 0.49
Hex 33 2D CD 4B 4E 0 14 F2 40 31
Octal 63 55 315 113 116 0 24 362 100 61
Binary 110011 101101 11001101 1001011 1001110 0 10100 11110010 1000000 110001

Color Harmonies of #332DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332DCD

Black with #332DCD

Text Example


Text Example

White with #332DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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