Html Css Color HEX #301EEF Han Purple

📋 copy color: '#301EEF'

red 48 ◦ green 30 ◦ blue 239

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

Shades of Han Purple #301EEF

Tints of Han Purple #301EEF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.46%

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

R = 15.14%
G = 9.46%
B = 75.39%

CMYK

 C value IS 0.80

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#301EEF (or 0x301EEF) is known color: Han Purple. HEX triplet: 30, 1E and EF. RGB value is (48,30,239). Sum of RGB (Red+Green+Blue) = 48+30+239=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 30 (12.11% from 255 or 9.46% from 317); Blue value is 239 (93.75% from 255 or 75.39% from 317); Max value from RGB is 239 - color contains mainly: blue. Hex color #301EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #301EEF is #CFE110. Grayscale: #3A3A3A. Windows color (decimal): -13623569 or 15670832. OLE color: 15670832.

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

Color convert

RGB 48 30 239 -
CMYK 0.80 0.87 0 0.06
HSL 245.17º 0.87% 0.53% -
HSV(B) 245.17º 0.87% 0.94% -
XYZ 17.26 7.79 82.25 -
YUV 59.21 229.46 120.01 -
System Red Green Blue C M Y K H S L
Decimal 48 30 239 0.80 0.87 0 0.06 245.17 0.87 0.53
Hex 30 1E EF 50 57 0 6 F5 57 35
Octal 60 36 357 120 127 0 6 365 127 65
Binary 110000 11110 11101111 1010000 1010111 0 110 11110101 1010111 110101

Color Harmonies of #301EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301EEF

Black with #301EEF

Text Example


Text Example

White with #301EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301EEF; }

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

 H1.HeaderClassName
 {
   color: #301EEF;
 }
 .AnyTagClassName
 {
   color: #301EEF;
 }
</style>

background-color css

<style>
 a { background-color: #301EEF; }

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

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

border-color css

<style>
 span { border-color: #301EEF; }

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

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