Html Css Color HEX #3010EC Han Purple

📋 copy color: '#3010EC'

red 48 ◦ green 16 ◦ blue 236

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

Shades of Han Purple #3010EC

Tints of Han Purple #3010EC

RGB

 RED value IS 48 (19.14% from 255) = 16%

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

 BLUE value IS 236 (92.58% from 255) = 78.67%

R = 16%
G = 5.33%
B = 78.67%

CMYK

 C value IS 0.80

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3010EC (or 0x3010EC) is known color: Han Purple. HEX triplet: 30, 10 and EC. RGB value is (48,16,236). Sum of RGB (Red+Green+Blue) = 48+16+236=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 236 (92.58% from 255 or 78.67% from 300); Max value from RGB is 236 - color contains mainly: blue. Hex color #3010EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3010EC is #CFEF13. Grayscale: #313131. Windows color (decimal): -13627156 or 15470640. OLE color: 15470640.

HSL color Cylindrical-coordinate representation of color #3010EC: hue angle of 248.73º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3010EC is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 16 236 -
CMYK 0.80 0.93 0 0.07
HSL 248.73º 0.87% 0.49% -
HSV(B) 248.73º 0.93% 0.93% -
XYZ 16.54 7.06 79.85 -
YUV 50.65 232.6 126.11 -
System Red Green Blue C M Y K H S L
Decimal 48 16 236 0.80 0.93 0 0.07 248.73 0.87 0.49
Hex 30 10 EC 50 5D 0 7 F9 57 31
Octal 60 20 354 120 135 0 7 371 127 61
Binary 110000 10000 11101100 1010000 1011101 0 111 11111001 1010111 110001

Color Harmonies of #3010EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3010EC

Black with #3010EC

Text Example


Text Example

White with #3010EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3010EC; }

 p { color: rgb(48,16,236); }

 H1.HeaderClassName
 {
   color: #3010EC;
 }
 .AnyTagClassName
 {
   color: #3010EC;
 }
</style>

background-color css

<style>
 a { background-color: #3010EC; }

 a { background-color: rgb(48,16,236); }

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

border-color css

<style>
 span { border-color: #3010EC; }

 span { border-color: rgb(48,16,236); }

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