Html Css Color HEX #3017EF Han Purple

📋 copy color: '#3017EF'

red 48 ◦ green 23 ◦ blue 239

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

Shades of Han Purple #3017EF

Tints of Han Purple #3017EF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.42%

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

R = 15.48%
G = 7.42%
B = 77.1%

CMYK

 C value IS 0.80

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3017EF (or 0x3017EF) is known color: Han Purple. HEX triplet: 30, 17 and EF. RGB value is (48,23,239). Sum of RGB (Red+Green+Blue) = 48+23+239=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 239 (93.75% from 255 or 77.10% from 310); Max value from RGB is 239 - color contains mainly: blue. Hex color #3017EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3017EF is #CFE810. Grayscale: #363636. Windows color (decimal): -13625361 or 15669040. OLE color: 15669040.

HSL color Cylindrical-coordinate representation of color #3017EF: hue angle of 246.94º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3017EF is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 48 23 239 -
CMYK 0.80 0.90 0 0.06
HSL 246.94º 0.87% 0.51% -
HSV(B) 246.94º 0.9% 0.94% -
XYZ 17.11 7.47 82.2 -
YUV 55.1 231.78 122.94 -
System Red Green Blue C M Y K H S L
Decimal 48 23 239 0.80 0.90 0 0.06 246.94 0.87 0.51
Hex 30 17 EF 50 5A 0 6 F7 57 33
Octal 60 27 357 120 132 0 6 367 127 63
Binary 110000 10111 11101111 1010000 1011010 0 110 11110111 1010111 110011

Color Harmonies of #3017EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3017EF

Black with #3017EF

Text Example


Text Example

White with #3017EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,23,239); }

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

background-color css

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

 a { background-color: rgb(48,23,239); }

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

border-color css

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

 span { border-color: rgb(48,23,239); }

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