Html Css Color HEX #3001DF Han Purple

📋 copy color: '#3001DF'

red 48 ◦ green 1 ◦ blue 223

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

Shades of Han Purple #3001DF

Tints of Han Purple #3001DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 81.99%

R = 17.65%
G = 0.37%
B = 81.99%

CMYK

 C value IS 0.78

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3001DF (or 0x3001DF) is known color: Han Purple. HEX triplet: 30, 01 and DF. RGB value is (48,1,223). Sum of RGB (Red+Green+Blue) = 48+1+223=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 223 (87.5% from 255 or 81.99% from 272); Max value from RGB is 223 - color contains mainly: blue. Hex color #3001DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3001DF is #CFFE20. Grayscale: #272727. Windows color (decimal): -13631009 or 14614832. OLE color: 14614832.

HSL color Cylindrical-coordinate representation of color #3001DF: hue angle of 252.7º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3001DF is Cyan = 0.78, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 1 223 -
CMYK 0.78 1.00 0 0.13
HSL 252.7º 0.99% 0.44% -
HSV(B) 252.7º 1% 0.87% -
XYZ 14.55 5.98 70.2 -
YUV 40.36 231.07 133.45 -
System Red Green Blue C M Y K H S L
Decimal 48 1 223 0.78 1.00 0 0.13 252.7 0.99 0.44
Hex 30 1 DF 4E 64 0 D FD 63 2C
Octal 60 1 337 116 144 0 15 375 143 54
Binary 110000 1 11011111 1001110 1100100 0 1101 11111101 1100011 101100

Color Harmonies of #3001DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3001DF

Black with #3001DF

Text Example


Text Example

White with #3001DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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