Html Css Color HEX #3320C9 Persian Blue

📋 copy color: '#3320C9'

red 51 ◦ green 32 ◦ blue 201

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

Shades of Persian Blue #3320C9

Tints of Persian Blue #3320C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 70.77%

R = 17.96%
G = 11.27%
B = 70.77%

CMYK

 C value IS 0.75

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3320C9 (or 0x3320C9) is known color: Persian Blue. HEX triplet: 33, 20 and C9. RGB value is (51,32,201). Sum of RGB (Red+Green+Blue) = 51+32+201=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 201 (78.91% from 255 or 70.77% from 284); Max value from RGB is 201 - color contains mainly: blue. Hex color #3320C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3320C9 is #CCDF36. Grayscale: #383838. Windows color (decimal): -13426487 or 13180979. OLE color: 13180979.

HSL color Cylindrical-coordinate representation of color #3320C9: hue angle of 246.75º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3320C9 is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 51 32 201 -
CMYK 0.75 0.84 0 0.21
HSL 246.75º 0.73% 0.46% -
HSV(B) 246.75º 0.84% 0.79% -
XYZ 12.42 5.95 55.75 -
YUV 56.95 209.29 123.76 -
System Red Green Blue C M Y K H S L
Decimal 51 32 201 0.75 0.84 0 0.21 246.75 0.73 0.46
Hex 33 20 C9 4B 54 0 15 F7 49 2E
Octal 63 40 311 113 124 0 25 367 111 56
Binary 110011 100000 11001001 1001011 1010100 0 10101 11110111 1001001 101110

Color Harmonies of #3320C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3320C9

Black with #3320C9

Text Example


Text Example

White with #3320C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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