Html Css Color HEX #3310D6 Han Purple

📋 copy color: '#3310D6'

red 51 ◦ green 16 ◦ blue 214

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

Shades of Han Purple #3310D6

Tints of Han Purple #3310D6

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.69%

 BLUE value IS 214 (83.98% from 255) = 76.16%

R = 18.15%
G = 5.69%
B = 76.16%

CMYK

 C value IS 0.76

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3310D6 (or 0x3310D6) is known color: Han Purple. HEX triplet: 33, 10 and D6. RGB value is (51,16,214). Sum of RGB (Red+Green+Blue) = 51+16+214=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 214 (83.98% from 255 or 76.16% from 281); Max value from RGB is 214 - color contains mainly: blue. Hex color #3310D6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3310D6 is #CCEF29. Grayscale: #303030. Windows color (decimal): -13430570 or 14028851. OLE color: 14028851.

HSL color Cylindrical-coordinate representation of color #3310D6: hue angle of 250.61º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3310D6 is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 51 16 214 -
CMYK 0.76 0.93 0 0.16
HSL 250.61º 0.86% 0.45% -
HSV(B) 250.61º 0.93% 0.84% -
XYZ 13.69 5.93 64.04 -
YUV 49.04 221.1 129.4 -
System Red Green Blue C M Y K H S L
Decimal 51 16 214 0.76 0.93 0 0.16 250.61 0.86 0.45
Hex 33 10 D6 4C 5D 0 10 FB 56 2D
Octal 63 20 326 114 135 0 20 373 126 55
Binary 110011 10000 11010110 1001100 1011101 0 10000 11111011 1010110 101101

Color Harmonies of #3310D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3310D6

Black with #3310D6

Text Example


Text Example

White with #3310D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3310D6; }

 p { color: rgb(51,16,214); }

 H1.HeaderClassName
 {
   color: #3310D6;
 }
 .AnyTagClassName
 {
   color: #3310D6;
 }
</style>

background-color css

<style>
 a { background-color: #3310D6; }

 a { background-color: rgb(51,16,214); }

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

border-color css

<style>
 span { border-color: #3310D6; }

 span { border-color: rgb(51,16,214); }

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