Html Css Color HEX #301ADF Han Purple

📋 copy color: '#301ADF'

red 48 ◦ green 26 ◦ blue 223

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

Shades of Han Purple #301ADF

Tints of Han Purple #301ADF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.75%

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

R = 16.16%
G = 8.75%
B = 75.08%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#301ADF (or 0x301ADF) is known color: Han Purple. HEX triplet: 30, 1A and DF. RGB value is (48,26,223). Sum of RGB (Red+Green+Blue) = 48+26+223=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 223 (87.5% from 255 or 75.08% from 297); Max value from RGB is 223 - color contains mainly: blue. Hex color #301ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301ADF is #CFE520. Grayscale: #363636. Windows color (decimal): -13624609 or 14621232. OLE color: 14621232.

HSL color Cylindrical-coordinate representation of color #301ADF: hue angle of 246.7º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #301ADF is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 26 223 -
CMYK 0.78 0.88 0 0.13
HSL 246.7º 0.79% 0.49% -
HSV(B) 246.7º 0.88% 0.87% -
XYZ 14.91 6.69 70.32 -
YUV 55.04 222.79 122.98 -
System Red Green Blue C M Y K H S L
Decimal 48 26 223 0.78 0.88 0 0.13 246.7 0.79 0.49
Hex 30 1A DF 4E 58 0 D F7 4F 31
Octal 60 32 337 116 130 0 15 367 117 61
Binary 110000 11010 11011111 1001110 1011000 0 1101 11110111 1001111 110001

Color Harmonies of #301ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301ADF

Black with #301ADF

Text Example


Text Example

White with #301ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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