Html Css Color HEX #330AE5 Han Purple

📋 copy color: '#330AE5'

red 51 ◦ green 10 ◦ blue 229

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

Shades of Han Purple #330AE5

Tints of Han Purple #330AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 78.97%

R = 17.59%
G = 3.45%
B = 78.97%

CMYK

 C value IS 0.78

 M value IS 0.96

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#330AE5 (or 0x330AE5) is known color: Han Purple. HEX triplet: 33, 0A and E5. RGB value is (51,10,229). Sum of RGB (Red+Green+Blue) = 51+10+229=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 10 (4.30% from 255 or 3.45% from 290); Blue value is 229 (89.84% from 255 or 78.97% from 290); Max value from RGB is 229 - color contains mainly: blue. Hex color #330AE5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330AE5 is #CCF51A. Grayscale: #2E2E2E. Windows color (decimal): -13432091 or 15010355. OLE color: 15010355.

HSL color Cylindrical-coordinate representation of color #330AE5: hue angle of 251.23º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #330AE5 is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 51 10 229 -
CMYK 0.78 0.96 0 0.10
HSL 251.23º 0.92% 0.47% -
HSV(B) 251.23º 0.96% 0.9% -
XYZ 15.62 6.58 74.58 -
YUV 47.23 230.58 130.69 -
System Red Green Blue C M Y K H S L
Decimal 51 10 229 0.78 0.96 0 0.10 251.23 0.92 0.47
Hex 33 A E5 4E 60 0 A FB 5C 2F
Octal 63 12 345 116 140 0 12 373 134 57
Binary 110011 1010 11100101 1001110 1100000 0 1010 11111011 1011100 101111

Color Harmonies of #330AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330AE5

Black with #330AE5

Text Example


Text Example

White with #330AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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