Html Css Color HEX #301DEC Han Purple

📋 copy color: '#301DEC'

red 48 ◦ green 29 ◦ blue 236

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

Shades of Han Purple #301DEC

Tints of Han Purple #301DEC

RGB

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

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

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

R = 15.34%
G = 9.27%
B = 75.4%

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

#301DEC (or 0x301DEC) is known color: Han Purple. HEX triplet: 30, 1D and EC. RGB value is (48,29,236). Sum of RGB (Red+Green+Blue) = 48+29+236=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 29 (11.72% from 255 or 9.27% from 313); Blue value is 236 (92.58% from 255 or 75.40% from 313); Max value from RGB is 236 - color contains mainly: blue. Hex color #301DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #301DEC is #CFE213. Grayscale: #393939. Windows color (decimal): -13623828 or 15473968. OLE color: 15473968.

HSL color Cylindrical-coordinate representation of color #301DEC: hue angle of 245.51º degrees, saturation: 0.84, 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 #301DEC is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 29 236 -
CMYK 0.80 0.88 0 0.07
HSL 245.51º 0.84% 0.52% -
HSV(B) 245.51º 0.88% 0.93% -
XYZ 16.8 7.56 79.93 -
YUV 58.28 228.29 120.67 -
System Red Green Blue C M Y K H S L
Decimal 48 29 236 0.80 0.88 0 0.07 245.51 0.84 0.52
Hex 30 1D EC 50 58 0 7 F6 54 34
Octal 60 35 354 120 130 0 7 366 124 64
Binary 110000 11101 11101100 1010000 1011000 0 111 11110110 1010100 110100

Color Harmonies of #301DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301DEC

Black with #301DEC

Text Example


Text Example

White with #301DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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