Html Css Color HEX #3301DF Han Purple

📋 copy color: '#3301DF'

red 51 ◦ green 1 ◦ blue 223

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

Shades of Han Purple #3301DF

Tints of Han Purple #3301DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 81.09%

R = 18.55%
G = 0.36%
B = 81.09%

CMYK

 C value IS 0.77

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3301DF (or 0x3301DF) is known color: Han Purple. HEX triplet: 33, 01 and DF. RGB value is (51,1,223). Sum of RGB (Red+Green+Blue) = 51+1+223=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 223 (87.5% from 255 or 81.09% from 275); Max value from RGB is 223 - color contains mainly: blue. Hex color #3301DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3301DF is #CCFE20. Grayscale: #282828. Windows color (decimal): -13434401 or 14614835. OLE color: 14614835.

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

Color convert

RGB 51 1 223 -
CMYK 0.77 1.00 0 0.13
HSL 253.51º 0.99% 0.44% -
HSV(B) 253.51º 1% 0.87% -
XYZ 14.7 6.05 70.21 -
YUV 41.26 230.57 134.95 -
System Red Green Blue C M Y K H S L
Decimal 51 1 223 0.77 1.00 0 0.13 253.51 0.99 0.44
Hex 33 1 DF 4D 64 0 D FE 63 2C
Octal 63 1 337 115 144 0 15 376 143 54
Binary 110011 1 11011111 1001101 1100100 0 1101 11111110 1100011 101100

Color Harmonies of #3301DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3301DF

Black with #3301DF

Text Example


Text Example

White with #3301DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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