Html Css Color HEX #3321CD Persian Blue

📋 copy color: '#3321CD'

red 51 ◦ green 33 ◦ blue 205

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

Shades of Persian Blue #3321CD

Tints of Persian Blue #3321CD

RGB

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

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

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

R = 17.65%
G = 11.42%
B = 70.93%

CMYK

 C value IS 0.75

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3321CD (or 0x3321CD) is known color: Persian Blue. HEX triplet: 33, 21 and CD. RGB value is (51,33,205). Sum of RGB (Red+Green+Blue) = 51+33+205=289 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.65% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 205 (80.47% from 255 or 70.93% from 289); Max value from RGB is 205 - color contains mainly: blue. Hex color #3321CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3321CD is #CCDE32. Grayscale: #393939. Windows color (decimal): -13426227 or 13443379. OLE color: 13443379.

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

Color convert

RGB 51 33 205 -
CMYK 0.75 0.84 0 0.20
HSL 246.28º 0.72% 0.47% -
HSV(B) 246.28º 0.84% 0.8% -
XYZ 12.93 6.2 58.27 -
YUV 57.99 210.96 123.01 -
System Red Green Blue C M Y K H S L
Decimal 51 33 205 0.75 0.84 0 0.20 246.28 0.72 0.47
Hex 33 21 CD 4B 54 0 14 F6 48 2F
Octal 63 41 315 113 124 0 24 366 110 57
Binary 110011 100001 11001101 1001011 1010100 0 10100 11110110 1001000 101111

Color Harmonies of #3321CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3321CD

Black with #3321CD

Text Example


Text Example

White with #3321CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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