Html Css Color HEX #330FDA Han Purple

📋 copy color: '#330FDA'

red 51 ◦ green 15 ◦ blue 218

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

Shades of Han Purple #330FDA

Tints of Han Purple #330FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 76.76%

R = 17.96%
G = 5.28%
B = 76.76%

CMYK

 C value IS 0.77

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#330FDA (or 0x330FDA) is known color: Han Purple. HEX triplet: 33, 0F and DA. RGB value is (51,15,218). Sum of RGB (Red+Green+Blue) = 51+15+218=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 15 (6.25% from 255 or 5.28% from 284); Blue value is 218 (85.55% from 255 or 76.76% from 284); Max value from RGB is 218 - color contains mainly: blue. Hex color #330FDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330FDA is #CCF025. Grayscale: #303030. Windows color (decimal): -13430822 or 14290739. OLE color: 14290739.

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

Color convert

RGB 51 15 218 -
CMYK 0.77 0.93 0 0.15
HSL 250.64º 0.87% 0.46% -
HSV(B) 250.64º 0.93% 0.85% -
XYZ 14.19 6.11 66.76 -
YUV 48.91 223.43 129.49 -
System Red Green Blue C M Y K H S L
Decimal 51 15 218 0.77 0.93 0 0.15 250.64 0.87 0.46
Hex 33 F DA 4D 5D 0 F FB 57 2E
Octal 63 17 332 115 135 0 17 373 127 56
Binary 110011 1111 11011010 1001101 1011101 0 1111 11111011 1010111 101110

Color Harmonies of #330FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330FDA

Black with #330FDA

Text Example


Text Example

White with #330FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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