Html Css Color HEX #301AEE Han Purple

📋 copy color: '#301AEE'

red 48 ◦ green 26 ◦ blue 238

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

Shades of Han Purple #301AEE

Tints of Han Purple #301AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 76.28%

R = 15.38%
G = 8.33%
B = 76.28%

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

#301AEE (or 0x301AEE) is known color: Han Purple. HEX triplet: 30, 1A and EE. RGB value is (48,26,238). Sum of RGB (Red+Green+Blue) = 48+26+238=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 26 (10.55% from 255 or 8.33% from 312); Blue value is 238 (93.36% from 255 or 76.28% from 312); Max value from RGB is 238 - color contains mainly: blue. Hex color #301AEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #301AEE is #CFE511. Grayscale: #373737. Windows color (decimal): -13624594 or 15604272. OLE color: 15604272.

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

Color convert

RGB 48 26 238 -
CMYK 0.80 0.89 0 0.07
HSL 246.23º 0.86% 0.52% -
HSV(B) 246.23º 0.89% 0.93% -
XYZ 17.02 7.54 81.45 -
YUV 56.75 230.29 121.76 -
System Red Green Blue C M Y K H S L
Decimal 48 26 238 0.80 0.89 0 0.07 246.23 0.86 0.52
Hex 30 1A EE 50 59 0 7 F6 56 34
Octal 60 32 356 120 131 0 7 366 126 64
Binary 110000 11010 11101110 1010000 1011001 0 111 11110110 1010110 110100

Color Harmonies of #301AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301AEE

Black with #301AEE

Text Example


Text Example

White with #301AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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