Html Css Color HEX #301AEB Han Purple

📋 copy color: '#301AEB'

red 48 ◦ green 26 ◦ blue 235

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

Shades of Han Purple #301AEB

Tints of Han Purple #301AEB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.41%

 BLUE value IS 235 (92.19% from 255) = 76.05%

R = 15.53%
G = 8.41%
B = 76.05%

CMYK

 C value IS 0.80

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#301AEB (or 0x301AEB) is known color: Han Purple. HEX triplet: 30, 1A and EB. RGB value is (48,26,235). Sum of RGB (Red+Green+Blue) = 48+26+235=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 235 (92.19% from 255 or 76.05% from 309); Max value from RGB is 235 - color contains mainly: blue. Hex color #301AEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #301AEB is #CFE514. Grayscale: #373737. Windows color (decimal): -13624597 or 15407664. OLE color: 15407664.

HSL color Cylindrical-coordinate representation of color #301AEB: hue angle of 246.32º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #301AEB is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 26 235 -
CMYK 0.80 0.89 0 0.08
HSL 246.32º 0.84% 0.51% -
HSV(B) 246.32º 0.89% 0.92% -
XYZ 16.58 7.37 79.14 -
YUV 56.4 228.79 122.01 -
System Red Green Blue C M Y K H S L
Decimal 48 26 235 0.80 0.89 0 0.08 246.32 0.84 0.51
Hex 30 1A EB 50 59 0 8 F6 54 33
Octal 60 32 353 120 131 0 10 366 124 63
Binary 110000 11010 11101011 1010000 1011001 0 1000 11110110 1010100 110011

Color Harmonies of #301AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301AEB

Black with #301AEB

Text Example


Text Example

White with #301AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,26,235); }

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

background-color css

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

 a { background-color: rgb(48,26,235); }

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

border-color css

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

 span { border-color: rgb(48,26,235); }

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