Html Css Color HEX #301DEE Han Purple

📋 copy color: '#301DEE'

red 48 ◦ green 29 ◦ blue 238

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

Shades of Han Purple #301DEE

Tints of Han Purple #301DEE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.21%

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

R = 15.24%
G = 9.21%
B = 75.56%

CMYK

 C value IS 0.80

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#301DEE (or 0x301DEE) is known color: Han Purple. HEX triplet: 30, 1D and EE. RGB value is (48,29,238). Sum of RGB (Red+Green+Blue) = 48+29+238=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 29 (11.72% from 255 or 9.21% from 315); Blue value is 238 (93.36% from 255 or 75.56% from 315); Max value from RGB is 238 - color contains mainly: blue. Hex color #301DEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #301DEE is #CFE211. Grayscale: #393939. Windows color (decimal): -13623826 or 15605040. OLE color: 15605040.

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

Color convert

RGB 48 29 238 -
CMYK 0.80 0.88 0 0.07
HSL 245.45º 0.86% 0.52% -
HSV(B) 245.45º 0.88% 0.93% -
XYZ 17.09 7.68 81.47 -
YUV 58.51 229.29 120.51 -
System Red Green Blue C M Y K H S L
Decimal 48 29 238 0.80 0.88 0 0.07 245.45 0.86 0.52
Hex 30 1D EE 50 58 0 7 F5 56 34
Octal 60 35 356 120 130 0 7 365 126 64
Binary 110000 11101 11101110 1010000 1011000 0 111 11110101 1010110 110100

Color Harmonies of #301DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301DEE

Black with #301DEE

Text Example


Text Example

White with #301DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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