Html Css Color HEX #301BD7 Han Purple

📋 copy color: '#301BD7'

red 48 ◦ green 27 ◦ blue 215

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

Shades of Han Purple #301BD7

Tints of Han Purple #301BD7

RGB

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

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

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

R = 16.55%
G = 9.31%
B = 74.14%

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

#301BD7 (or 0x301BD7) is known color: Han Purple. HEX triplet: 30, 1B and D7. RGB value is (48,27,215). Sum of RGB (Red+Green+Blue) = 48+27+215=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 27 (10.94% from 255 or 9.31% from 290); Blue value is 215 (84.38% from 255 or 74.14% from 290); Max value from RGB is 215 - color contains mainly: blue. Hex color #301BD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301BD7 is #CFE428. Grayscale: #353535. Windows color (decimal): -13624361 or 14097200. OLE color: 14097200.

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

Color convert

RGB 48 27 215 -
CMYK 0.78 0.87 0 0.16
HSL 246.7º 0.78% 0.47% -
HSV(B) 246.7º 0.87% 0.84% -
XYZ 13.88 6.32 64.78 -
YUV 54.71 218.46 123.21 -
System Red Green Blue C M Y K H S L
Decimal 48 27 215 0.78 0.87 0 0.16 246.7 0.78 0.47
Hex 30 1B D7 4E 57 0 10 F7 4E 2F
Octal 60 33 327 116 127 0 20 367 116 57
Binary 110000 11011 11010111 1001110 1010111 0 10000 11110111 1001110 101111

Color Harmonies of #301BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301BD7

Black with #301BD7

Text Example


Text Example

White with #301BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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