Html Css Color HEX #301BD6 Han Purple

📋 copy color: '#301BD6'

red 48 ◦ green 27 ◦ blue 214

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

Shades of Han Purple #301BD6

Tints of Han Purple #301BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 74.05%

R = 16.61%
G = 9.34%
B = 74.05%

CMYK

 C value IS 0.78

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#301BD6 (or 0x301BD6) is known color: Han Purple. HEX triplet: 30, 1B and D6. RGB value is (48,27,214). Sum of RGB (Red+Green+Blue) = 48+27+214=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 214 (83.98% from 255 or 74.05% from 289); Max value from RGB is 214 - color contains mainly: blue. Hex color #301BD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301BD6 is #CFE429. Grayscale: #353535. Windows color (decimal): -13624362 or 14031664. OLE color: 14031664.

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

Color convert

RGB 48 27 214 -
CMYK 0.78 0.87 0 0.16
HSL 246.74º 0.78% 0.47% -
HSV(B) 246.74º 0.87% 0.84% -
XYZ 13.75 6.27 64.1 -
YUV 54.6 217.96 123.29 -
System Red Green Blue C M Y K H S L
Decimal 48 27 214 0.78 0.87 0 0.16 246.74 0.78 0.47
Hex 30 1B D6 4E 57 0 10 F7 4E 2F
Octal 60 33 326 116 127 0 20 367 116 57
Binary 110000 11011 11010110 1001110 1010111 0 10000 11110111 1001110 101111

Color Harmonies of #301BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301BD6

Black with #301BD6

Text Example


Text Example

White with #301BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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