Html Css Color HEX #3300DF Han Purple

📋 copy color: '#3300DF'

red 51 ◦ green 0 ◦ blue 223

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

Shades of Han Purple #3300DF

Tints of Han Purple #3300DF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 18.61%
G = 0%
B = 81.39%

CMYK

 C value IS 0.77

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3300DF (or 0x3300DF) is known color: Han Purple. HEX triplet: 33, 00 and DF. RGB value is (51,0,223). Sum of RGB (Red+Green+Blue) = 51+0+223=274 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.61% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 223 (87.5% from 255 or 81.39% from 274); Max value from RGB is 223 - color contains mainly: blue. Hex color #3300DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3300DF is #CCFF20. Grayscale: #272727. Windows color (decimal): -13434657 or 14614579. OLE color: 14614579.

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

Color convert

RGB 51 0 223 -
CMYK 0.77 1 0 0.13
HSL 253.72º 1% 0.44% -
HSV(B) 253.72º 1% 0.87% -
XYZ 14.68 6.03 70.2 -
YUV 40.67 230.9 135.37 -
System Red Green Blue C M Y K H S L
Decimal 51 0 223 0.77 1 0 0.13 253.72 1 0.44
Hex 33 0 DF 4D 64 0 D FE 64 2C
Octal 63 0 337 115 144 0 15 376 144 54
Binary 110011 0 11011111 1001101 1100100 0 1101 11111110 1100100 101100

Color Harmonies of #3300DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3300DF

Black with #3300DF

Text Example


Text Example

White with #3300DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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