Html Css Color HEX #330FDD Han Purple

📋 copy color: '#330FDD'

red 51 ◦ green 15 ◦ blue 221

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

Shades of Han Purple #330FDD

Tints of Han Purple #330FDD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.23%

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

R = 17.77%
G = 5.23%
B = 77%

CMYK

 C value IS 0.77

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#330FDD (or 0x330FDD) is known color: Han Purple. HEX triplet: 33, 0F and DD. RGB value is (51,15,221). Sum of RGB (Red+Green+Blue) = 51+15+221=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 15 (6.25% from 255 or 5.23% from 287); Blue value is 221 (86.72% from 255 or 77.00% from 287); Max value from RGB is 221 - color contains mainly: blue. Hex color #330FDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330FDD is #CCF022. Grayscale: #303030. Windows color (decimal): -13430819 or 14487347. OLE color: 14487347.

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

Color convert

RGB 51 15 221 -
CMYK 0.77 0.93 0 0.13
HSL 250.49º 0.87% 0.46% -
HSV(B) 250.49º 0.93% 0.87% -
XYZ 14.59 6.27 68.85 -
YUV 49.25 224.93 129.25 -
System Red Green Blue C M Y K H S L
Decimal 51 15 221 0.77 0.93 0 0.13 250.49 0.87 0.46
Hex 33 F DD 4D 5D 0 D FA 57 2E
Octal 63 17 335 115 135 0 15 372 127 56
Binary 110011 1111 11011101 1001101 1011101 0 1101 11111010 1010111 101110

Color Harmonies of #330FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330FDD

Black with #330FDD

Text Example


Text Example

White with #330FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330FDD; }

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

 H1.HeaderClassName
 {
   color: #330FDD;
 }
 .AnyTagClassName
 {
   color: #330FDD;
 }
</style>

background-color css

<style>
 a { background-color: #330FDD; }

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

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

border-color css

<style>
 span { border-color: #330FDD; }

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

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