Html Css Color HEX #301BE7 Han Purple

📋 copy color: '#301BE7'

red 48 ◦ green 27 ◦ blue 231

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

Shades of Han Purple #301BE7

Tints of Han Purple #301BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 75.49%

R = 15.69%
G = 8.82%
B = 75.49%

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

#301BE7 (or 0x301BE7) is known color: Han Purple. HEX triplet: 30, 1B and E7. RGB value is (48,27,231). Sum of RGB (Red+Green+Blue) = 48+27+231=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 27 (10.94% from 255 or 8.82% from 306); Blue value is 231 (90.62% from 255 or 75.49% from 306); Max value from RGB is 231 - color contains mainly: blue. Hex color #301BE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #301BE7 is #CFE418. Grayscale: #373737. Windows color (decimal): -13624345 or 15145776. OLE color: 15145776.

HSL color Cylindrical-coordinate representation of color #301BE7: hue angle of 246.18º degrees, saturation: 0.81, 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 #301BE7 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 48 27 231 -
CMYK 0.79 0.88 0 0.09
HSL 246.18º 0.81% 0.51% -
HSV(B) 246.18º 0.88% 0.91% -
XYZ 16.03 7.18 76.14 -
YUV 56.54 226.46 121.91 -
System Red Green Blue C M Y K H S L
Decimal 48 27 231 0.79 0.88 0 0.09 246.18 0.81 0.51
Hex 30 1B E7 4F 58 0 9 F6 51 33
Octal 60 33 347 117 130 0 11 366 121 63
Binary 110000 11011 11100111 1001111 1011000 0 1001 11110110 1010001 110011

Color Harmonies of #301BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301BE7

Black with #301BE7

Text Example


Text Example

White with #301BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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