Html Css Color HEX #301CE5 Han Purple

📋 copy color: '#301CE5'

red 48 ◦ green 28 ◦ blue 229

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

Shades of Han Purple #301CE5

Tints of Han Purple #301CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 75.08%

R = 15.74%
G = 9.18%
B = 75.08%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#301CE5 (or 0x301CE5) is known color: Han Purple. HEX triplet: 30, 1C and E5. RGB value is (48,28,229). Sum of RGB (Red+Green+Blue) = 48+28+229=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 28 (11.33% from 255 or 9.18% from 305); Blue value is 229 (89.84% from 255 or 75.08% from 305); Max value from RGB is 229 - color contains mainly: blue. Hex color #301CE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301CE5 is #CFE31A. Grayscale: #383838. Windows color (decimal): -13624091 or 15014960. OLE color: 15014960.

HSL color Cylindrical-coordinate representation of color #301CE5: hue angle of 245.97º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #301CE5 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 48 28 229 -
CMYK 0.79 0.88 0 0.10
HSL 245.97º 0.79% 0.5% -
HSV(B) 245.97º 0.88% 0.9% -
XYZ 15.78 7.12 74.67 -
YUV 56.89 225.13 121.66 -
System Red Green Blue C M Y K H S L
Decimal 48 28 229 0.79 0.88 0 0.10 245.97 0.79 0.5
Hex 30 1C E5 4F 58 0 A F6 4F 32
Octal 60 34 345 117 130 0 12 366 117 62
Binary 110000 11100 11100101 1001111 1011000 0 1010 11110110 1001111 110010

Color Harmonies of #301CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301CE5

Black with #301CE5

Text Example


Text Example

White with #301CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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