Html Css Color HEX #3300DD Han Purple

📋 copy color: '#3300DD'

red 51 ◦ green 0 ◦ blue 221

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

Shades of Han Purple #3300DD

Tints of Han Purple #3300DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 81.25%

R = 18.75%
G = 0%
B = 81.25%

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

#3300DD (or 0x3300DD) is known color: Han Purple. HEX triplet: 33, 00 and DD. RGB value is (51,0,221). Sum of RGB (Red+Green+Blue) = 51+0+221=272 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.75% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 221 (86.72% from 255 or 81.25% from 272); Max value from RGB is 221 - color contains mainly: blue. Hex color #3300DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3300DD is #CCFF22. Grayscale: #272727. Windows color (decimal): -13434659 or 14483507. OLE color: 14483507.

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

Color convert

RGB 51 0 221 -
CMYK 0.77 1 0 0.13
HSL 253.85º 1% 0.43% -
HSV(B) 253.85º 1% 0.87% -
XYZ 14.42 5.92 68.79 -
YUV 40.44 229.9 135.53 -
System Red Green Blue C M Y K H S L
Decimal 51 0 221 0.77 1 0 0.13 253.85 1 0.43
Hex 33 0 DD 4D 64 0 D FE 64 2B
Octal 63 0 335 115 144 0 15 376 144 53
Binary 110011 0 11011101 1001101 1100100 0 1101 11111110 1100100 101011

Color Harmonies of #3300DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3300DD

Black with #3300DD

Text Example


Text Example

White with #3300DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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