Html Css Color HEX #3300E1 Han Purple

📋 copy color: '#3300E1'

red 51 ◦ green 0 ◦ blue 225

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

Shades of Han Purple #3300E1

Tints of Han Purple #3300E1

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 225 (88.28% from 255) = 81.52%

R = 18.48%
G = 0%
B = 81.52%

CMYK

 C value IS 0.77

 M value IS 1

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3300E1 (or 0x3300E1) is known color: Han Purple. HEX triplet: 33, 00 and E1. RGB value is (51,0,225). Sum of RGB (Red+Green+Blue) = 51+0+225=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 225 (88.28% from 255 or 81.52% from 276); Max value from RGB is 225 - color contains mainly: blue. Hex color #3300E1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3300E1 is #CCFF1E. Grayscale: #282828. Windows color (decimal): -13434655 or 14745651. OLE color: 14745651.

HSL color Cylindrical-coordinate representation of color #3300E1: hue angle of 253.6º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3300E1 is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 51 0 225 -
CMYK 0.77 1 0 0.12
HSL 253.6º 1% 0.44% -
HSV(B) 253.6º 1% 0.88% -
XYZ 14.96 6.14 71.63 -
YUV 40.9 231.9 135.2 -
System Red Green Blue C M Y K H S L
Decimal 51 0 225 0.77 1 0 0.12 253.6 1 0.44
Hex 33 0 E1 4D 64 0 C FE 64 2C
Octal 63 0 341 115 144 0 14 376 144 54
Binary 110011 0 11100001 1001101 1100100 0 1100 11111110 1100100 101100

Color Harmonies of #3300E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3300E1

Black with #3300E1

Text Example


Text Example

White with #3300E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3300E1; }

 p { color: rgb(51,0,225); }

 H1.HeaderClassName
 {
   color: #3300E1;
 }
 .AnyTagClassName
 {
   color: #3300E1;
 }
</style>

background-color css

<style>
 a { background-color: #3300E1; }

 a { background-color: rgb(51,0,225); }

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

border-color css

<style>
 span { border-color: #3300E1; }

 span { border-color: rgb(51,0,225); }

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