Html Css Color HEX #3305ED Han Purple

📋 copy color: '#3305ED'

red 51 ◦ green 5 ◦ blue 237

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

Shades of Han Purple #3305ED

Tints of Han Purple #3305ED

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.71%

 BLUE value IS 237 (92.97% from 255) = 80.89%

R = 17.41%
G = 1.71%
B = 80.89%

CMYK

 C value IS 0.78

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3305ED (or 0x3305ED) is known color: Han Purple. HEX triplet: 33, 05 and ED. RGB value is (51,5,237). Sum of RGB (Red+Green+Blue) = 51+5+237=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 237 (92.97% from 255 or 80.89% from 293); Max value from RGB is 237 - color contains mainly: blue. Hex color #3305ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3305ED is #CCFA12. Grayscale: #2C2C2C. Windows color (decimal): -13433363 or 15533363. OLE color: 15533363.

HSL color Cylindrical-coordinate representation of color #3305ED: hue angle of 251.9º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3305ED is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 51 5 237 -
CMYK 0.78 0.98 0 0.07
HSL 251.9º 0.96% 0.47% -
HSV(B) 251.9º 0.98% 0.93% -
XYZ 16.71 6.93 80.58 -
YUV 45.2 236.24 132.14 -
System Red Green Blue C M Y K H S L
Decimal 51 5 237 0.78 0.98 0 0.07 251.9 0.96 0.47
Hex 33 5 ED 4E 62 0 7 FC 60 2F
Octal 63 5 355 116 142 0 7 374 140 57
Binary 110011 101 11101101 1001110 1100010 0 111 11111100 1100000 101111

Color Harmonies of #3305ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3305ED

Black with #3305ED

Text Example


Text Example

White with #3305ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3305ED; }

 p { color: rgb(51,5,237); }

 H1.HeaderClassName
 {
   color: #3305ED;
 }
 .AnyTagClassName
 {
   color: #3305ED;
 }
</style>

background-color css

<style>
 a { background-color: #3305ED; }

 a { background-color: rgb(51,5,237); }

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

border-color css

<style>
 span { border-color: #3305ED; }

 span { border-color: rgb(51,5,237); }

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