Html Css Color HEX #301EF7 Han Purple

📋 copy color: '#301EF7'

red 48 ◦ green 30 ◦ blue 247

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

Shades of Han Purple #301EF7

Tints of Han Purple #301EF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 76%

R = 14.77%
G = 9.23%
B = 76%

CMYK

 C value IS 0.81

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#301EF7 (or 0x301EF7) is known color: Han Purple. HEX triplet: 30, 1E and F7. RGB value is (48,30,247). Sum of RGB (Red+Green+Blue) = 48+30+247=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 30 (12.11% from 255 or 9.23% from 325); Blue value is 247 (96.88% from 255 or 76% from 325); Max value from RGB is 247 - color contains mainly: blue. Hex color #301EF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #301EF7 is #CFE108. Grayscale: #3B3B3B. Windows color (decimal): -13623561 or 16195120. OLE color: 16195120.

HSL color Cylindrical-coordinate representation of color #301EF7: hue angle of 244.98º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #301EF7 is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 48 30 247 -
CMYK 0.81 0.88 0 0.03
HSL 244.98º 0.93% 0.54% -
HSV(B) 244.98º 0.88% 0.97% -
XYZ 18.47 8.27 88.62 -
YUV 60.12 233.46 119.36 -
System Red Green Blue C M Y K H S L
Decimal 48 30 247 0.81 0.88 0 0.03 244.98 0.93 0.54
Hex 30 1E F7 51 58 0 3 F5 5D 36
Octal 60 36 367 121 130 0 3 365 135 66
Binary 110000 11110 11110111 1010001 1011000 0 11 11110101 1011101 110110

Color Harmonies of #301EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301EF7

Black with #301EF7

Text Example


Text Example

White with #301EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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