Html Css Color HEX #300CE5 Han Purple

📋 copy color: '#300CE5'

red 48 ◦ green 12 ◦ blue 229

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

Shades of Han Purple #300CE5

Tints of Han Purple #300CE5

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.15%

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

R = 16.61%
G = 4.15%
B = 79.24%

CMYK

 C value IS 0.79

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#300CE5 (or 0x300CE5) is known color: Han Purple. HEX triplet: 30, 0C and E5. RGB value is (48,12,229). Sum of RGB (Red+Green+Blue) = 48+12+229=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 229 (89.84% from 255 or 79.24% from 289); Max value from RGB is 229 - color contains mainly: blue. Hex color #300CE5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300CE5 is #CFF31A. Grayscale: #2E2E2E. Windows color (decimal): -13628187 or 15010864. OLE color: 15010864.

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

Color convert

RGB 48 12 229 -
CMYK 0.79 0.95 0 0.10
HSL 249.95º 0.9% 0.47% -
HSV(B) 249.95º 0.95% 0.9% -
XYZ 15.49 6.55 74.58 -
YUV 47.5 230.43 128.36 -
System Red Green Blue C M Y K H S L
Decimal 48 12 229 0.79 0.95 0 0.10 249.95 0.9 0.47
Hex 30 C E5 4F 5F 0 A FA 5A 2F
Octal 60 14 345 117 137 0 12 372 132 57
Binary 110000 1100 11100101 1001111 1011111 0 1010 11111010 1011010 101111

Color Harmonies of #300CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300CE5

Black with #300CE5

Text Example


Text Example

White with #300CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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