Html Css Color HEX #3001FF Han Purple

📋 copy color: '#3001FF'

red 48 ◦ green 1 ◦ blue 255

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

Shades of Han Purple #3001FF

Tints of Han Purple #3001FF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 255 (100% from 255) = 83.88%

R = 15.79%
G = 0.33%
B = 83.88%

CMYK

 C value IS 0.81

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3001FF (or 0x3001FF) is known color: Han Purple. HEX triplet: 30, 01 and FF. RGB value is (48,1,255). Sum of RGB (Red+Green+Blue) = 48+1+255=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 255 (100% from 255 or 83.88% from 304); Max value from RGB is 255 - color contains mainly: blue. Hex color #3001FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3001FF is #CFFE00. Grayscale: #2B2B2B. Windows color (decimal): -13630977 or 16711984. OLE color: 16711984.

HSL color Cylindrical-coordinate representation of color #3001FF: hue angle of 251.1º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3001FF is Cyan = 0.81, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 48 1 255 -
CMYK 0.81 1.00 0 0
HSL 251.1º 1% 0.5% -
HSV(B) 251.1º 1% 1% -
XYZ 19.28 7.87 95.11 -
YUV 44.01 247.07 130.85 -
System Red Green Blue C M Y K H S L
Decimal 48 1 255 0.81 1.00 0 0 251.1 1 0.5
Hex 30 1 FF 51 64 0 0 FB 64 32
Octal 60 1 377 121 144 0 0 373 144 62
Binary 110000 1 11111111 1010001 1100100 0 0 11111011 1100100 110010

Color Harmonies of #3001FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3001FF

Black with #3001FF

Text Example


Text Example

White with #3001FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3001FF; }

 p { color: rgb(48,1,255); }

 H1.HeaderClassName
 {
   color: #3001FF;
 }
 .AnyTagClassName
 {
   color: #3001FF;
 }
</style>

background-color css

<style>
 a { background-color: #3001FF; }

 a { background-color: rgb(48,1,255); }

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

border-color css

<style>
 span { border-color: #3001FF; }

 span { border-color: rgb(48,1,255); }

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