Html Css Color HEX #3300D8 Han Purple

📋 copy color: '#3300D8'

red 51 ◦ green 0 ◦ blue 216

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

Shades of Han Purple #3300D8

Tints of Han Purple #3300D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 80.9%

R = 19.1%
G = 0%
B = 80.9%

CMYK

 C value IS 0.76

 M value IS 1

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3300D8 (or 0x3300D8) is known color: Han Purple. HEX triplet: 33, 00 and D8. RGB value is (51,0,216). Sum of RGB (Red+Green+Blue) = 51+0+216=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 216 (84.77% from 255 or 80.90% from 267); Max value from RGB is 216 - color contains mainly: blue. Hex color #3300D8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3300D8 is #CCFF27. Grayscale: #272727. Windows color (decimal): -13434664 or 14155827. OLE color: 14155827.

HSL color Cylindrical-coordinate representation of color #3300D8: hue angle of 254.17º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3300D8 is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 51 0 216 -
CMYK 0.76 1 0 0.15
HSL 254.17º 1% 0.42% -
HSV(B) 254.17º 1% 0.85% -
XYZ 13.76 5.66 65.33 -
YUV 39.87 227.4 135.94 -
System Red Green Blue C M Y K H S L
Decimal 51 0 216 0.76 1 0 0.15 254.17 1 0.42
Hex 33 0 D8 4C 64 0 F FE 64 2A
Octal 63 0 330 114 144 0 17 376 144 52
Binary 110011 0 11011000 1001100 1100100 0 1111 11111110 1100100 101010

Color Harmonies of #3300D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3300D8

Black with #3300D8

Text Example


Text Example

White with #3300D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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