Html Css Color HEX #330FEA Han Purple

📋 copy color: '#330FEA'

red 51 ◦ green 15 ◦ blue 234

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

Shades of Han Purple #330FEA

Tints of Han Purple #330FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 78%

R = 17%
G = 5%
B = 78%

CMYK

 C value IS 0.78

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#330FEA (or 0x330FEA) is known color: Han Purple. HEX triplet: 33, 0F and EA. RGB value is (51,15,234). Sum of RGB (Red+Green+Blue) = 51+15+234=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 15 (6.25% from 255 or 5% from 300); Blue value is 234 (91.80% from 255 or 78% from 300); Max value from RGB is 234 - color contains mainly: blue. Hex color #330FEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330FEA is #CCF015. Grayscale: #313131. Windows color (decimal): -13430806 or 15339315. OLE color: 15339315.

HSL color Cylindrical-coordinate representation of color #330FEA: hue angle of 249.86º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330FEA is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 51 15 234 -
CMYK 0.78 0.94 0 0.08
HSL 249.86º 0.88% 0.49% -
HSV(B) 249.86º 0.94% 0.92% -
XYZ 16.39 6.99 78.33 -
YUV 50.73 231.43 128.19 -
System Red Green Blue C M Y K H S L
Decimal 51 15 234 0.78 0.94 0 0.08 249.86 0.88 0.49
Hex 33 F EA 4E 5E 0 8 FA 58 31
Octal 63 17 352 116 136 0 10 372 130 61
Binary 110011 1111 11101010 1001110 1011110 0 1000 11111010 1011000 110001

Color Harmonies of #330FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330FEA

Black with #330FEA

Text Example


Text Example

White with #330FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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