Html Css Color HEX #301AD7 Han Purple

📋 copy color: '#301AD7'

red 48 ◦ green 26 ◦ blue 215

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

Shades of Han Purple #301AD7

Tints of Han Purple #301AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 74.39%

R = 16.61%
G = 9%
B = 74.39%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#301AD7 (or 0x301AD7) is known color: Han Purple. HEX triplet: 30, 1A and D7. RGB value is (48,26,215). Sum of RGB (Red+Green+Blue) = 48+26+215=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 26 (10.55% from 255 or 9.00% from 289); Blue value is 215 (84.38% from 255 or 74.39% from 289); Max value from RGB is 215 - color contains mainly: blue. Hex color #301AD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301AD7 is #CFE528. Grayscale: #353535. Windows color (decimal): -13624617 or 14096944. OLE color: 14096944.

HSL color Cylindrical-coordinate representation of color #301AD7: hue angle of 246.98º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #301AD7 is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 48 26 215 -
CMYK 0.78 0.88 0 0.16
HSL 246.98º 0.78% 0.47% -
HSV(B) 246.98º 0.88% 0.84% -
XYZ 13.85 6.27 64.77 -
YUV 54.12 218.79 123.63 -
System Red Green Blue C M Y K H S L
Decimal 48 26 215 0.78 0.88 0 0.16 246.98 0.78 0.47
Hex 30 1A D7 4E 58 0 10 F7 4E 2F
Octal 60 32 327 116 130 0 20 367 116 57
Binary 110000 11010 11010111 1001110 1011000 0 10000 11110111 1001110 101111

Color Harmonies of #301AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301AD7

Black with #301AD7

Text Example


Text Example

White with #301AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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