Html Css Color HEX #301FFB Han Purple

📋 copy color: '#301FFB'

red 48 ◦ green 31 ◦ blue 251

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

Shades of Han Purple #301FFB

Tints of Han Purple #301FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 76.06%

R = 14.55%
G = 9.39%
B = 76.06%

CMYK

 C value IS 0.81

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#301FFB (or 0x301FFB) is known color: Han Purple. HEX triplet: 30, 1F and FB. RGB value is (48,31,251). Sum of RGB (Red+Green+Blue) = 48+31+251=330 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.55% from 330); Green value is 31 (12.5% from 255 or 9.39% from 330); Blue value is 251 (98.44% from 255 or 76.06% from 330); Max value from RGB is 251 - color contains mainly: blue. Hex color #301FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #301FFB is #CFE004. Grayscale: #3C3C3C. Windows color (decimal): -13623301 or 16457520. OLE color: 16457520.

HSL color Cylindrical-coordinate representation of color #301FFB: hue angle of 244.64º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #301FFB is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 31 251 -
CMYK 0.81 0.88 0 0.02
HSL 244.64º 0.96% 0.55% -
HSV(B) 244.64º 0.88% 0.98% -
XYZ 19.12 8.57 91.91 -
YUV 61.16 235.13 118.61 -
System Red Green Blue C M Y K H S L
Decimal 48 31 251 0.81 0.88 0 0.02 244.64 0.96 0.55
Hex 30 1F FB 51 58 0 2 F5 60 37
Octal 60 37 373 121 130 0 2 365 140 67
Binary 110000 11111 11111011 1010001 1011000 0 10 11110101 1100000 110111

Color Harmonies of #301FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301FFB

Black with #301FFB

Text Example


Text Example

White with #301FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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