Html Css Color HEX #301BD8 Han Purple

📋 copy color: '#301BD8'

red 48 ◦ green 27 ◦ blue 216

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

Shades of Han Purple #301BD8

Tints of Han Purple #301BD8

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.28%

 BLUE value IS 216 (84.77% from 255) = 74.23%

R = 16.49%
G = 9.28%
B = 74.23%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#301BD8 (or 0x301BD8) is known color: Han Purple. HEX triplet: 30, 1B and D8. RGB value is (48,27,216). Sum of RGB (Red+Green+Blue) = 48+27+216=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 27 (10.94% from 255 or 9.28% from 291); Blue value is 216 (84.77% from 255 or 74.23% from 291); Max value from RGB is 216 - color contains mainly: blue. Hex color #301BD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301BD8 is #CFE427. Grayscale: #363636. Windows color (decimal): -13624360 or 14162736. OLE color: 14162736.

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

Color convert

RGB 48 27 216 -
CMYK 0.78 0.88 0 0.15
HSL 246.67º 0.78% 0.48% -
HSV(B) 246.67º 0.88% 0.85% -
XYZ 14.01 6.37 65.46 -
YUV 54.83 218.96 123.13 -
System Red Green Blue C M Y K H S L
Decimal 48 27 216 0.78 0.88 0 0.15 246.67 0.78 0.48
Hex 30 1B D8 4E 58 0 F F7 4E 30
Octal 60 33 330 116 130 0 17 367 116 60
Binary 110000 11011 11011000 1001110 1011000 0 1111 11110111 1001110 110000

Color Harmonies of #301BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301BD8

Black with #301BD8

Text Example


Text Example

White with #301BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,27,216); }

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

background-color css

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

 a { background-color: rgb(48,27,216); }

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

border-color css

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

 span { border-color: rgb(48,27,216); }

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