Html Css Color HEX #301EDE Han Purple

📋 copy color: '#301EDE'

red 48 ◦ green 30 ◦ blue 222

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

Shades of Han Purple #301EDE

Tints of Han Purple #301EDE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10%

 BLUE value IS 222 (87.11% from 255) = 74%

R = 16%
G = 10%
B = 74%

CMYK

 C value IS 0.78

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#301EDE (or 0x301EDE) is known color: Han Purple. HEX triplet: 30, 1E and DE. RGB value is (48,30,222). Sum of RGB (Red+Green+Blue) = 48+30+222=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 222 (87.11% from 255 or 74% from 300); Max value from RGB is 222 - color contains mainly: blue. Hex color #301EDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301EDE is #CFE121. Grayscale: #383838. Windows color (decimal): -13623586 or 14556720. OLE color: 14556720.

HSL color Cylindrical-coordinate representation of color #301EDE: hue angle of 245.62º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #301EDE is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 30 222 -
CMYK 0.78 0.86 0 0.13
HSL 245.63º 0.76% 0.49% -
HSV(B) 245.63º 0.86% 0.87% -
XYZ 14.87 6.83 69.64 -
YUV 57.27 220.96 121.39 -
System Red Green Blue C M Y K H S L
Decimal 48 30 222 0.78 0.86 0 0.13 245.63 0.76 0.49
Hex 30 1E DE 4E 56 0 D F6 4C 31
Octal 60 36 336 116 126 0 15 366 114 61
Binary 110000 11110 11011110 1001110 1010110 0 1101 11110110 1001100 110001

Color Harmonies of #301EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301EDE

Black with #301EDE

Text Example


Text Example

White with #301EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,30,222); }

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

background-color css

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

 a { background-color: rgb(48,30,222); }

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

border-color css

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

 span { border-color: rgb(48,30,222); }

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