Html Css Color HEX #301ADE Han Purple

📋 copy color: '#301ADE'

red 48 ◦ green 26 ◦ blue 222

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

Shades of Han Purple #301ADE

Tints of Han Purple #301ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 75%

R = 16.22%
G = 8.78%
B = 75%

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

#301ADE (or 0x301ADE) is known color: Han Purple. HEX triplet: 30, 1A and DE. RGB value is (48,26,222). Sum of RGB (Red+Green+Blue) = 48+26+222=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 26 (10.55% from 255 or 8.78% from 296); Blue value is 222 (87.11% from 255 or 75% from 296); Max value from RGB is 222 - color contains mainly: blue. Hex color #301ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301ADE is #CFE521. Grayscale: #363636. Windows color (decimal): -13624610 or 14555696. OLE color: 14555696.

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

Color convert

RGB 48 26 222 -
CMYK 0.78 0.88 0 0.13
HSL 246.73º 0.79% 0.49% -
HSV(B) 246.73º 0.88% 0.87% -
XYZ 14.77 6.64 69.61 -
YUV 54.92 222.29 123.06 -
System Red Green Blue C M Y K H S L
Decimal 48 26 222 0.78 0.88 0 0.13 246.73 0.79 0.49
Hex 30 1A DE 4E 58 0 D F7 4F 31
Octal 60 32 336 116 130 0 15 367 117 61
Binary 110000 11010 11011110 1001110 1011000 0 1101 11110111 1001111 110001

Color Harmonies of #301ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301ADE

Black with #301ADE

Text Example


Text Example

White with #301ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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