Html Css Color HEX #3321CE Persian Blue

📋 copy color: '#3321CE'

red 51 ◦ green 33 ◦ blue 206

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

Shades of Persian Blue #3321CE

Tints of Persian Blue #3321CE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.38%

 BLUE value IS 206 (80.86% from 255) = 71.03%

R = 17.59%
G = 11.38%
B = 71.03%

CMYK

 C value IS 0.75

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3321CE (or 0x3321CE) is known color: Persian Blue. HEX triplet: 33, 21 and CE. RGB value is (51,33,206). Sum of RGB (Red+Green+Blue) = 51+33+206=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 206 (80.86% from 255 or 71.03% from 290); Max value from RGB is 206 - color contains mainly: blue. Hex color #3321CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3321CE is #CCDE31. Grayscale: #393939. Windows color (decimal): -13426226 or 13508915. OLE color: 13508915.

HSL color Cylindrical-coordinate representation of color #3321CE: hue angle of 246.24º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3321CE is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 51 33 206 -
CMYK 0.75 0.84 0 0.19
HSL 246.24º 0.72% 0.47% -
HSV(B) 246.24º 0.84% 0.81% -
XYZ 13.05 6.25 58.91 -
YUV 58.1 211.46 122.93 -
System Red Green Blue C M Y K H S L
Decimal 51 33 206 0.75 0.84 0 0.19 246.24 0.72 0.47
Hex 33 21 CE 4B 54 0 13 F6 48 2F
Octal 63 41 316 113 124 0 23 366 110 57
Binary 110011 100001 11001110 1001011 1010100 0 10011 11110110 1001000 101111

Color Harmonies of #3321CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3321CE

Black with #3321CE

Text Example


Text Example

White with #3321CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3321CE; }

 p { color: rgb(51,33,206); }

 H1.HeaderClassName
 {
   color: #3321CE;
 }
 .AnyTagClassName
 {
   color: #3321CE;
 }
</style>

background-color css

<style>
 a { background-color: #3321CE; }

 a { background-color: rgb(51,33,206); }

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

border-color css

<style>
 span { border-color: #3321CE; }

 span { border-color: rgb(51,33,206); }

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