Html Css Color HEX #301BE5 Han Purple

📋 copy color: '#301BE5'

red 48 ◦ green 27 ◦ blue 229

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

Shades of Han Purple #301BE5

Tints of Han Purple #301BE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 75.33%

R = 15.79%
G = 8.88%
B = 75.33%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#301BE5 (or 0x301BE5) is known color: Han Purple. HEX triplet: 30, 1B and E5. RGB value is (48,27,229). Sum of RGB (Red+Green+Blue) = 48+27+229=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 27 (10.94% from 255 or 8.88% from 304); Blue value is 229 (89.84% from 255 or 75.33% from 304); Max value from RGB is 229 - color contains mainly: blue. Hex color #301BE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301BE5 is #CFE41A. Grayscale: #373737. Windows color (decimal): -13624347 or 15014704. OLE color: 15014704.

HSL color Cylindrical-coordinate representation of color #301BE5: hue angle of 246.24º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #301BE5 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 48 27 229 -
CMYK 0.79 0.88 0 0.10
HSL 246.24º 0.8% 0.5% -
HSV(B) 246.24º 0.88% 0.9% -
XYZ 15.75 7.07 74.66 -
YUV 56.31 225.46 122.07 -
System Red Green Blue C M Y K H S L
Decimal 48 27 229 0.79 0.88 0 0.10 246.24 0.8 0.5
Hex 30 1B E5 4F 58 0 A F6 50 32
Octal 60 33 345 117 130 0 12 366 120 62
Binary 110000 11011 11100101 1001111 1011000 0 1010 11110110 1010000 110010

Color Harmonies of #301BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301BE5

Black with #301BE5

Text Example


Text Example

White with #301BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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