Html Css Color HEX #3009EC Han Purple

📋 copy color: '#3009EC'

red 48 ◦ green 9 ◦ blue 236

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

Shades of Han Purple #3009EC

Tints of Han Purple #3009EC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.07%

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

R = 16.38%
G = 3.07%
B = 80.55%

CMYK

 C value IS 0.80

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3009EC (or 0x3009EC) is known color: Han Purple. HEX triplet: 30, 09 and EC. RGB value is (48,9,236). Sum of RGB (Red+Green+Blue) = 48+9+236=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 236 (92.58% from 255 or 80.55% from 293); Max value from RGB is 236 - color contains mainly: blue. Hex color #3009EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3009EC is #CFF613. Grayscale: #2D2D2D. Windows color (decimal): -13628948 or 15468848. OLE color: 15468848.

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

Color convert

RGB 48 9 236 -
CMYK 0.80 0.96 0 0.07
HSL 250.31º 0.93% 0.48% -
HSV(B) 250.31º 0.96% 0.93% -
XYZ 16.46 6.88 79.82 -
YUV 46.54 234.92 129.04 -
System Red Green Blue C M Y K H S L
Decimal 48 9 236 0.80 0.96 0 0.07 250.31 0.93 0.48
Hex 30 9 EC 50 60 0 7 FA 5D 30
Octal 60 11 354 120 140 0 7 372 135 60
Binary 110000 1001 11101100 1010000 1100000 0 111 11111010 1011101 110000

Color Harmonies of #3009EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3009EC

Black with #3009EC

Text Example


Text Example

White with #3009EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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