Html Css Color HEX #301BE9 Han Purple

📋 copy color: '#301BE9'

red 48 ◦ green 27 ◦ blue 233

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

Shades of Han Purple #301BE9

Tints of Han Purple #301BE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 75.65%

R = 15.58%
G = 8.77%
B = 75.65%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#301BE9 (or 0x301BE9) is known color: Han Purple. HEX triplet: 30, 1B and E9. RGB value is (48,27,233). Sum of RGB (Red+Green+Blue) = 48+27+233=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 27 (10.94% from 255 or 8.77% from 308); Blue value is 233 (91.41% from 255 or 75.65% from 308); Max value from RGB is 233 - color contains mainly: blue. Hex color #301BE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #301BE9 is #CFE416. Grayscale: #373737. Windows color (decimal): -13624343 or 15276848. OLE color: 15276848.

HSL color Cylindrical-coordinate representation of color #301BE9: hue angle of 246.12º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #301BE9 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 48 27 233 -
CMYK 0.79 0.88 0 0.09
HSL 246.12º 0.82% 0.51% -
HSV(B) 246.12º 0.88% 0.91% -
XYZ 16.32 7.3 77.64 -
YUV 56.76 227.46 121.75 -
System Red Green Blue C M Y K H S L
Decimal 48 27 233 0.79 0.88 0 0.09 246.12 0.82 0.51
Hex 30 1B E9 4F 58 0 9 F6 52 33
Octal 60 33 351 117 130 0 11 366 122 63
Binary 110000 11011 11101001 1001111 1011000 0 1001 11110110 1010010 110011

Color Harmonies of #301BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301BE9

Black with #301BE9

Text Example


Text Example

White with #301BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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