Html Css Color HEX #330AFD Han Purple

📋 copy color: '#330AFD'

red 51 ◦ green 10 ◦ blue 253

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

Shades of Han Purple #330AFD

Tints of Han Purple #330AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 80.57%

R = 16.24%
G = 3.18%
B = 80.57%

CMYK

 C value IS 0.80

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#330AFD (or 0x330AFD) is known color: Han Purple. HEX triplet: 33, 0A and FD. RGB value is (51,10,253). Sum of RGB (Red+Green+Blue) = 51+10+253=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 10 (4.30% from 255 or 3.18% from 314); Blue value is 253 (99.22% from 255 or 80.57% from 314); Max value from RGB is 253 - color contains mainly: blue. Hex color #330AFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330AFD is #CCF502. Grayscale: #313131. Windows color (decimal): -13432067 or 16583219. OLE color: 16583219.

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

Color convert

RGB 51 10 253 -
CMYK 0.80 0.96 0 0.01
HSL 250.12º 0.98% 0.52% -
HSV(B) 250.12º 0.96% 0.99% -
XYZ 19.2 8.01 93.46 -
YUV 49.96 242.58 128.74 -
System Red Green Blue C M Y K H S L
Decimal 51 10 253 0.80 0.96 0 0.01 250.12 0.98 0.52
Hex 33 A FD 50 60 0 1 FA 62 34
Octal 63 12 375 120 140 0 1 372 142 64
Binary 110011 1010 11111101 1010000 1100000 0 1 11111010 1100010 110100

Color Harmonies of #330AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330AFD

Black with #330AFD

Text Example


Text Example

White with #330AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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