Html Css Color HEX #332CCC Persian Blue

📋 copy color: '#332CCC'

red 51 ◦ green 44 ◦ blue 204

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

Shades of Persian Blue #332CCC

Tints of Persian Blue #332CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 68.23%

R = 17.06%
G = 14.72%
B = 68.23%

CMYK

 C value IS 0.75

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#332CCC (or 0x332CCC) is known color: Persian Blue. HEX triplet: 33, 2C and CC. RGB value is (51,44,204). Sum of RGB (Red+Green+Blue) = 51+44+204=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 204 (80.08% from 255 or 68.23% from 299); Max value from RGB is 204 - color contains mainly: blue. Hex color #332CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332CCC is #CCD333. Grayscale: #3F3F3F. Windows color (decimal): -13423412 or 13380659. OLE color: 13380659.

HSL color Cylindrical-coordinate representation of color #332CCC: hue angle of 242.62º degrees, saturation: 0.65, 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 #332CCC is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 51 44 204 -
CMYK 0.75 0.78 0 0.2
HSL 242.63º 0.65% 0.49% -
HSV(B) 242.63º 0.78% 0.8% -
XYZ 13.17 6.86 57.76 -
YUV 64.33 206.82 118.49 -
System Red Green Blue C M Y K H S L
Decimal 51 44 204 0.75 0.78 0 0.2 242.63 0.65 0.49
Hex 33 2C CC 4B 4E 0 14 F3 41 31
Octal 63 54 314 113 116 0 24 363 101 61
Binary 110011 101100 11001100 1001011 1001110 0 10100 11110011 1000001 110001

Color Harmonies of #332CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332CCC

Black with #332CCC

Text Example


Text Example

White with #332CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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