Html Css Color HEX #301CEF Han Purple

📋 copy color: '#301CEF'

red 48 ◦ green 28 ◦ blue 239

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

Shades of Han Purple #301CEF

Tints of Han Purple #301CEF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.89%

 BLUE value IS 239 (93.75% from 255) = 75.87%

R = 15.24%
G = 8.89%
B = 75.87%

CMYK

 C value IS 0.80

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#301CEF (or 0x301CEF) is known color: Han Purple. HEX triplet: 30, 1C and EF. RGB value is (48,28,239). Sum of RGB (Red+Green+Blue) = 48+28+239=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 239 (93.75% from 255 or 75.87% from 315); Max value from RGB is 239 - color contains mainly: blue. Hex color #301CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #301CEF is #CFE310. Grayscale: #393939. Windows color (decimal): -13624081 or 15670320. OLE color: 15670320.

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

Color convert

RGB 48 28 239 -
CMYK 0.80 0.88 0 0.06
HSL 245.69º 0.87% 0.52% -
HSV(B) 245.69º 0.88% 0.94% -
XYZ 17.21 7.69 82.24 -
YUV 58.03 230.13 120.84 -
System Red Green Blue C M Y K H S L
Decimal 48 28 239 0.80 0.88 0 0.06 245.69 0.87 0.52
Hex 30 1C EF 50 58 0 6 F6 57 34
Octal 60 34 357 120 130 0 6 366 127 64
Binary 110000 11100 11101111 1010000 1011000 0 110 11110110 1010111 110100

Color Harmonies of #301CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301CEF

Black with #301CEF

Text Example


Text Example

White with #301CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,28,239); }

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

background-color css

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

 a { background-color: rgb(48,28,239); }

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

border-color css

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

 span { border-color: rgb(48,28,239); }

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