Html Css Color HEX #3320D0 Persian Blue

📋 copy color: '#3320D0'

red 51 ◦ green 32 ◦ blue 208

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

Shades of Persian Blue #3320D0

Tints of Persian Blue #3320D0

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11%

 BLUE value IS 208 (81.64% from 255) = 71.48%

R = 17.53%
G = 11%
B = 71.48%

CMYK

 C value IS 0.75

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3320D0 (or 0x3320D0) is known color: Persian Blue. HEX triplet: 33, 20 and D0. RGB value is (51,32,208). Sum of RGB (Red+Green+Blue) = 51+32+208=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 208 (81.64% from 255 or 71.48% from 291); Max value from RGB is 208 - color contains mainly: blue. Hex color #3320D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3320D0 is #CCDF2F. Grayscale: #393939. Windows color (decimal): -13426480 or 13639731. OLE color: 13639731.

HSL color Cylindrical-coordinate representation of color #3320D0: hue angle of 246.48º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3320D0 is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 51 32 208 -
CMYK 0.75 0.85 0 0.18
HSL 246.48º 0.73% 0.47% -
HSV(B) 246.48º 0.85% 0.82% -
XYZ 13.27 6.29 60.19 -
YUV 57.75 212.79 123.19 -
System Red Green Blue C M Y K H S L
Decimal 51 32 208 0.75 0.85 0 0.18 246.48 0.73 0.47
Hex 33 20 D0 4B 55 0 12 F6 49 2F
Octal 63 40 320 113 125 0 22 366 111 57
Binary 110011 100000 11010000 1001011 1010101 0 10010 11110110 1001001 101111

Color Harmonies of #3320D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3320D0

Black with #3320D0

Text Example


Text Example

White with #3320D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3320D0; }

 p { color: rgb(51,32,208); }

 H1.HeaderClassName
 {
   color: #3320D0;
 }
 .AnyTagClassName
 {
   color: #3320D0;
 }
</style>

background-color css

<style>
 a { background-color: #3320D0; }

 a { background-color: rgb(51,32,208); }

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

border-color css

<style>
 span { border-color: #3320D0; }

 span { border-color: rgb(51,32,208); }

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