Html Css Color HEX #301EFA Han Purple

📋 copy color: '#301EFA'

red 48 ◦ green 30 ◦ blue 250

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

Shades of Han Purple #301EFA

Tints of Han Purple #301EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 76.22%

R = 14.63%
G = 9.15%
B = 76.22%

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

#301EFA (or 0x301EFA) is known color: Han Purple. HEX triplet: 30, 1E and FA. RGB value is (48,30,250). Sum of RGB (Red+Green+Blue) = 48+30+250=328 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.63% from 328); Green value is 30 (12.11% from 255 or 9.15% from 328); Blue value is 250 (98.05% from 255 or 76.22% from 328); Max value from RGB is 250 - color contains mainly: blue. Hex color #301EFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #301EFA is #CFE105. Grayscale: #3B3B3B. Windows color (decimal): -13623558 or 16391728. OLE color: 16391728.

HSL color Cylindrical-coordinate representation of color #301EFA: hue angle of 244.91º 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 #301EFA is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 30 250 -
CMYK 0.81 0.88 0 0.02
HSL 244.91º 0.96% 0.55% -
HSV(B) 244.91º 0.88% 0.98% -
XYZ 18.94 8.46 91.08 -
YUV 60.46 234.96 119.11 -
System Red Green Blue C M Y K H S L
Decimal 48 30 250 0.81 0.88 0 0.02 244.91 0.96 0.55
Hex 30 1E FA 51 58 0 2 F5 60 37
Octal 60 36 372 121 130 0 2 365 140 67
Binary 110000 11110 11111010 1010001 1011000 0 10 11110101 1100000 110111

Color Harmonies of #301EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301EFA

Black with #301EFA

Text Example


Text Example

White with #301EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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