Html Css Color HEX #330FDF Han Purple

📋 copy color: '#330FDF'

red 51 ◦ green 15 ◦ blue 223

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

Shades of Han Purple #330FDF

Tints of Han Purple #330FDF

RGB

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

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

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

R = 17.65%
G = 5.19%
B = 77.16%

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

#330FDF (or 0x330FDF) is known color: Han Purple. HEX triplet: 33, 0F and DF. RGB value is (51,15,223). Sum of RGB (Red+Green+Blue) = 51+15+223=289 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.65% from 289); Green value is 15 (6.25% from 255 or 5.19% from 289); Blue value is 223 (87.5% from 255 or 77.16% from 289); Max value from RGB is 223 - color contains mainly: blue. Hex color #330FDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330FDF is #CCF020. Grayscale: #303030. Windows color (decimal): -13430817 or 14618419. OLE color: 14618419.

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

Color convert

RGB 51 15 223 -
CMYK 0.77 0.93 0 0.13
HSL 250.38º 0.87% 0.47% -
HSV(B) 250.38º 0.93% 0.87% -
XYZ 14.86 6.37 70.26 -
YUV 49.48 225.93 129.09 -
System Red Green Blue C M Y K H S L
Decimal 51 15 223 0.77 0.93 0 0.13 250.38 0.87 0.47
Hex 33 F DF 4D 5D 0 D FA 57 2F
Octal 63 17 337 115 135 0 15 372 127 57
Binary 110011 1111 11011111 1001101 1011101 0 1101 11111010 1010111 101111

Color Harmonies of #330FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330FDF

Black with #330FDF

Text Example


Text Example

White with #330FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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