Html Css Color HEX #301AEC Han Purple

📋 copy color: '#301AEC'

red 48 ◦ green 26 ◦ blue 236

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

Shades of Han Purple #301AEC

Tints of Han Purple #301AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 76.13%

R = 15.48%
G = 8.39%
B = 76.13%

CMYK

 C value IS 0.80

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#301AEC (or 0x301AEC) is known color: Han Purple. HEX triplet: 30, 1A and EC. RGB value is (48,26,236). Sum of RGB (Red+Green+Blue) = 48+26+236=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 26 (10.55% from 255 or 8.39% from 310); Blue value is 236 (92.58% from 255 or 76.13% from 310); Max value from RGB is 236 - color contains mainly: blue. Hex color #301AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #301AEC is #CFE513. Grayscale: #373737. Windows color (decimal): -13624596 or 15473200. OLE color: 15473200.

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

Color convert

RGB 48 26 236 -
CMYK 0.80 0.89 0 0.07
HSL 246.29º 0.85% 0.51% -
HSV(B) 246.29º 0.89% 0.93% -
XYZ 16.73 7.42 79.91 -
YUV 56.52 229.29 121.92 -
System Red Green Blue C M Y K H S L
Decimal 48 26 236 0.80 0.89 0 0.07 246.29 0.85 0.51
Hex 30 1A EC 50 59 0 7 F6 55 33
Octal 60 32 354 120 131 0 7 366 125 63
Binary 110000 11010 11101100 1010000 1011001 0 111 11110110 1010101 110011

Color Harmonies of #301AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301AEC

Black with #301AEC

Text Example


Text Example

White with #301AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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