Html Css Color HEX #3301EF Han Purple

📋 copy color: '#3301EF'

red 51 ◦ green 1 ◦ blue 239

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

Shades of Han Purple #3301EF

Tints of Han Purple #3301EF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

 BLUE value IS 239 (93.75% from 255) = 82.13%

R = 17.53%
G = 0.34%
B = 82.13%

CMYK

 C value IS 0.79

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3301EF (or 0x3301EF) is known color: Han Purple. HEX triplet: 33, 01 and EF. RGB value is (51,1,239). Sum of RGB (Red+Green+Blue) = 51+1+239=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 239 (93.75% from 255 or 82.13% from 291); Max value from RGB is 239 - color contains mainly: blue. Hex color #3301EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3301EF is #CCFE10. Grayscale: #2A2A2A. Windows color (decimal): -13434385 or 15663411. OLE color: 15663411.

HSL color Cylindrical-coordinate representation of color #3301EF: hue angle of 252.61º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3301EF is Cyan = 0.79, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 51 1 239 -
CMYK 0.79 1.00 0 0.06
HSL 252.61º 0.99% 0.47% -
HSV(B) 252.61º 1% 0.94% -
XYZ 16.96 6.96 82.11 -
YUV 43.08 238.57 133.65 -
System Red Green Blue C M Y K H S L
Decimal 51 1 239 0.79 1.00 0 0.06 252.61 0.99 0.47
Hex 33 1 EF 4F 64 0 6 FD 63 2F
Octal 63 1 357 117 144 0 6 375 143 57
Binary 110011 1 11101111 1001111 1100100 0 110 11111101 1100011 101111

Color Harmonies of #3301EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3301EF

Black with #3301EF

Text Example


Text Example

White with #3301EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3301EF; }

 p { color: rgb(51,1,239); }

 H1.HeaderClassName
 {
   color: #3301EF;
 }
 .AnyTagClassName
 {
   color: #3301EF;
 }
</style>

background-color css

<style>
 a { background-color: #3301EF; }

 a { background-color: rgb(51,1,239); }

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

border-color css

<style>
 span { border-color: #3301EF; }

 span { border-color: rgb(51,1,239); }

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