Html Css Color HEX #3301DC Han Purple

📋 copy color: '#3301DC'

red 51 ◦ green 1 ◦ blue 220

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

Shades of Han Purple #3301DC

Tints of Han Purple #3301DC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 220 (86.33% from 255) = 80.88%

R = 18.75%
G = 0.37%
B = 80.88%

CMYK

 C value IS 0.77

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3301DC (or 0x3301DC) is known color: Han Purple. HEX triplet: 33, 01 and DC. RGB value is (51,1,220). Sum of RGB (Red+Green+Blue) = 51+1+220=272 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.75% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 220 (86.33% from 255 or 80.88% from 272); Max value from RGB is 220 - color contains mainly: blue. Hex color #3301DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3301DC is #CCFE23. Grayscale: #282828. Windows color (decimal): -13434404 or 14418227. OLE color: 14418227.

HSL color Cylindrical-coordinate representation of color #3301DC: hue angle of 253.7º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3301DC is Cyan = 0.77, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 1 220 -
CMYK 0.77 1.00 0 0.14
HSL 253.7º 0.99% 0.43% -
HSV(B) 253.7º 1% 0.86% -
XYZ 14.29 5.89 68.09 -
YUV 40.92 229.07 135.19 -
System Red Green Blue C M Y K H S L
Decimal 51 1 220 0.77 1.00 0 0.14 253.7 0.99 0.43
Hex 33 1 DC 4D 64 0 E FE 63 2B
Octal 63 1 334 115 144 0 16 376 143 53
Binary 110011 1 11011100 1001101 1100100 0 1110 11111110 1100011 101011

Color Harmonies of #3301DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3301DC

Black with #3301DC

Text Example


Text Example

White with #3301DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3301DC; }

 p { color: rgb(51,1,220); }

 H1.HeaderClassName
 {
   color: #3301DC;
 }
 .AnyTagClassName
 {
   color: #3301DC;
 }
</style>

background-color css

<style>
 a { background-color: #3301DC; }

 a { background-color: rgb(51,1,220); }

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

border-color css

<style>
 span { border-color: #3301DC; }

 span { border-color: rgb(51,1,220); }

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