Html Css Color HEX #330AFB Han Purple

📋 copy color: '#330AFB'

red 51 ◦ green 10 ◦ blue 251

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

Shades of Han Purple #330AFB

Tints of Han Purple #330AFB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.21%

 BLUE value IS 251 (98.44% from 255) = 80.45%

R = 16.35%
G = 3.21%
B = 80.45%

CMYK

 C value IS 0.80

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#330AFB (or 0x330AFB) is known color: Han Purple. HEX triplet: 33, 0A and FB. RGB value is (51,10,251). Sum of RGB (Red+Green+Blue) = 51+10+251=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 10 (4.30% from 255 or 3.21% from 312); Blue value is 251 (98.44% from 255 or 80.45% from 312); Max value from RGB is 251 - color contains mainly: blue. Hex color #330AFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330AFB is #CCF504. Grayscale: #303030. Windows color (decimal): -13432069 or 16452147. OLE color: 16452147.

HSL color Cylindrical-coordinate representation of color #330AFB: hue angle of 250.21º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #330AFB is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 51 10 251 -
CMYK 0.80 0.96 0 0.02
HSL 250.21º 0.97% 0.51% -
HSV(B) 250.21º 0.96% 0.98% -
XYZ 18.89 7.89 91.79 -
YUV 49.73 241.58 128.9 -
System Red Green Blue C M Y K H S L
Decimal 51 10 251 0.80 0.96 0 0.02 250.21 0.97 0.51
Hex 33 A FB 50 60 0 2 FA 61 33
Octal 63 12 373 120 140 0 2 372 141 63
Binary 110011 1010 11111011 1010000 1100000 0 10 11111010 1100001 110011

Color Harmonies of #330AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330AFB

Black with #330AFB

Text Example


Text Example

White with #330AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,10,251); }

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

background-color css

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

 a { background-color: rgb(51,10,251); }

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

border-color css

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

 span { border-color: rgb(51,10,251); }

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