Html Css Color HEX #301FF1 Han Purple

📋 copy color: '#301FF1'

red 48 ◦ green 31 ◦ blue 241

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

Shades of Han Purple #301FF1

Tints of Han Purple #301FF1

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.69%

 BLUE value IS 241 (94.53% from 255) = 75.31%

R = 15%
G = 9.69%
B = 75.31%

CMYK

 C value IS 0.80

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#301FF1 (or 0x301FF1) is known color: Han Purple. HEX triplet: 30, 1F and F1. RGB value is (48,31,241). Sum of RGB (Red+Green+Blue) = 48+31+241=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 31 (12.5% from 255 or 9.69% from 320); Blue value is 241 (94.53% from 255 or 75.31% from 320); Max value from RGB is 241 - color contains mainly: blue. Hex color #301FF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #301FF1 is #CFE00E. Grayscale: #3B3B3B. Windows color (decimal): -13623311 or 15802160. OLE color: 15802160.

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

Color convert

RGB 48 31 241 -
CMYK 0.80 0.87 0 0.05
HSL 244.86º 0.88% 0.53% -
HSV(B) 244.86º 0.87% 0.95% -
XYZ 17.59 7.96 83.83 -
YUV 60.02 230.13 119.42 -
System Red Green Blue C M Y K H S L
Decimal 48 31 241 0.80 0.87 0 0.05 244.86 0.88 0.53
Hex 30 1F F1 50 57 0 5 F5 58 35
Octal 60 37 361 120 127 0 5 365 130 65
Binary 110000 11111 11110001 1010000 1010111 0 101 11110101 1011000 110101

Color Harmonies of #301FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301FF1

Black with #301FF1

Text Example


Text Example

White with #301FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,31,241); }

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

background-color css

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

 a { background-color: rgb(48,31,241); }

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

border-color css

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

 span { border-color: rgb(48,31,241); }

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