Html Css Color HEX #301BF4 Han Purple

📋 copy color: '#301BF4'

red 48 ◦ green 27 ◦ blue 244

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

Shades of Han Purple #301BF4

Tints of Han Purple #301BF4

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.46%

 BLUE value IS 244 (95.7% from 255) = 76.49%

R = 15.05%
G = 8.46%
B = 76.49%

CMYK

 C value IS 0.80

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#301BF4 (or 0x301BF4) is known color: Han Purple. HEX triplet: 30, 1B and F4. RGB value is (48,27,244). Sum of RGB (Red+Green+Blue) = 48+27+244=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 27 (10.94% from 255 or 8.46% from 319); Blue value is 244 (95.70% from 255 or 76.49% from 319); Max value from RGB is 244 - color contains mainly: blue. Hex color #301BF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #301BF4 is #CFE40B. Grayscale: #393939. Windows color (decimal): -13624332 or 15997744. OLE color: 15997744.

HSL color Cylindrical-coordinate representation of color #301BF4: hue angle of 245.81º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #301BF4 is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 48 27 244 -
CMYK 0.80 0.89 0 0.04
HSL 245.81º 0.91% 0.53% -
HSV(B) 245.81º 0.89% 0.96% -
XYZ 17.94 7.94 86.18 -
YUV 58.02 232.96 120.86 -
System Red Green Blue C M Y K H S L
Decimal 48 27 244 0.80 0.89 0 0.04 245.81 0.91 0.53
Hex 30 1B F4 50 59 0 4 F6 5B 35
Octal 60 33 364 120 131 0 4 366 133 65
Binary 110000 11011 11110100 1010000 1011001 0 100 11110110 1011011 110101

Color Harmonies of #301BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301BF4

Black with #301BF4

Text Example


Text Example

White with #301BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,27,244); }

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

background-color css

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

 a { background-color: rgb(48,27,244); }

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

border-color css

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

 span { border-color: rgb(48,27,244); }

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