Html Css Color HEX #301CFD Han Purple

📋 copy color: '#301CFD'

red 48 ◦ green 28 ◦ blue 253

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

Shades of Han Purple #301CFD

Tints of Han Purple #301CFD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.51%

 BLUE value IS 253 (99.22% from 255) = 76.9%

R = 14.59%
G = 8.51%
B = 76.9%

CMYK

 C value IS 0.81

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#301CFD (or 0x301CFD) is known color: Han Purple. HEX triplet: 30, 1C and FD. RGB value is (48,28,253). Sum of RGB (Red+Green+Blue) = 48+28+253=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 28 (11.33% from 255 or 8.51% from 329); Blue value is 253 (99.22% from 255 or 76.90% from 329); Max value from RGB is 253 - color contains mainly: blue. Hex color #301CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #301CFD is #CFE302. Grayscale: #3A3A3A. Windows color (decimal): -13624067 or 16587824. OLE color: 16587824.

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

Color convert

RGB 48 28 253 -
CMYK 0.81 0.89 0 0.01
HSL 245.33º 0.98% 0.55% -
HSV(B) 245.33º 0.89% 0.99% -
XYZ 19.36 8.55 93.56 -
YUV 59.63 237.13 119.7 -
System Red Green Blue C M Y K H S L
Decimal 48 28 253 0.81 0.89 0 0.01 245.33 0.98 0.55
Hex 30 1C FD 51 59 0 1 F5 62 37
Octal 60 34 375 121 131 0 1 365 142 67
Binary 110000 11100 11111101 1010001 1011001 0 1 11110101 1100010 110111

Color Harmonies of #301CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301CFD

Black with #301CFD

Text Example


Text Example

White with #301CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,28,253); }

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

background-color css

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

 a { background-color: rgb(48,28,253); }

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

border-color css

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

 span { border-color: rgb(48,28,253); }

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