Html Css Color HEX #3004EC Han Purple

📋 copy color: '#3004EC'

red 48 ◦ green 4 ◦ blue 236

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

Shades of Han Purple #3004EC

Tints of Han Purple #3004EC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.39%

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

R = 16.67%
G = 1.39%
B = 81.94%

CMYK

 C value IS 0.80

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3004EC (or 0x3004EC) is known color: Han Purple. HEX triplet: 30, 04 and EC. RGB value is (48,4,236). Sum of RGB (Red+Green+Blue) = 48+4+236=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 236 (92.58% from 255 or 81.94% from 288); Max value from RGB is 236 - color contains mainly: blue. Hex color #3004EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3004EC is #CFFB13. Grayscale: #2A2A2A. Windows color (decimal): -13630228 or 15467568. OLE color: 15467568.

HSL color Cylindrical-coordinate representation of color #3004EC: hue angle of 251.38º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3004EC is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 4 236 -
CMYK 0.80 0.98 0 0.07
HSL 251.38º 0.97% 0.47% -
HSV(B) 251.38º 0.98% 0.93% -
XYZ 16.4 6.77 79.8 -
YUV 43.6 236.58 131.14 -
System Red Green Blue C M Y K H S L
Decimal 48 4 236 0.80 0.98 0 0.07 251.38 0.97 0.47
Hex 30 4 EC 50 62 0 7 FB 61 2F
Octal 60 4 354 120 142 0 7 373 141 57
Binary 110000 100 11101100 1010000 1100010 0 111 11111011 1100001 101111

Color Harmonies of #3004EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3004EC

Black with #3004EC

Text Example


Text Example

White with #3004EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3004EC; }

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

 H1.HeaderClassName
 {
   color: #3004EC;
 }
 .AnyTagClassName
 {
   color: #3004EC;
 }
</style>

background-color css

<style>
 a { background-color: #3004EC; }

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

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

border-color css

<style>
 span { border-color: #3004EC; }

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

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