Html Css Color HEX #3008D9 Han Purple

📋 copy color: '#3008D9'

red 48 ◦ green 8 ◦ blue 217

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

Shades of Han Purple #3008D9

Tints of Han Purple #3008D9

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.93%

 BLUE value IS 217 (85.16% from 255) = 79.49%

R = 17.58%
G = 2.93%
B = 79.49%

CMYK

 C value IS 0.78

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3008D9 (or 0x3008D9) is known color: Han Purple. HEX triplet: 30, 08 and D9. RGB value is (48,8,217). Sum of RGB (Red+Green+Blue) = 48+8+217=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 217 (85.16% from 255 or 79.49% from 273); Max value from RGB is 217 - color contains mainly: blue. Hex color #3008D9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3008D9 is #CFF726. Grayscale: #2A2A2A. Windows color (decimal): -13629223 or 14223408. OLE color: 14223408.

HSL color Cylindrical-coordinate representation of color #3008D9: hue angle of 251.48º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3008D9 is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 48 8 217 -
CMYK 0.78 0.96 0 0.15
HSL 251.48º 0.93% 0.44% -
HSV(B) 251.48º 0.96% 0.85% -
XYZ 13.83 5.81 66.04 -
YUV 43.79 225.75 131.01 -
System Red Green Blue C M Y K H S L
Decimal 48 8 217 0.78 0.96 0 0.15 251.48 0.93 0.44
Hex 30 8 D9 4E 60 0 F FB 5D 2C
Octal 60 10 331 116 140 0 17 373 135 54
Binary 110000 1000 11011001 1001110 1100000 0 1111 11111011 1011101 101100

Color Harmonies of #3008D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3008D9

Black with #3008D9

Text Example


Text Example

White with #3008D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3008D9; }

 p { color: rgb(48,8,217); }

 H1.HeaderClassName
 {
   color: #3008D9;
 }
 .AnyTagClassName
 {
   color: #3008D9;
 }
</style>

background-color css

<style>
 a { background-color: #3008D9; }

 a { background-color: rgb(48,8,217); }

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

border-color css

<style>
 span { border-color: #3008D9; }

 span { border-color: rgb(48,8,217); }

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