Html Css Color HEX #3008F9 Han Purple

📋 copy color: '#3008F9'

red 48 ◦ green 8 ◦ blue 249

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

Shades of Han Purple #3008F9

Tints of Han Purple #3008F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 81.64%

R = 15.74%
G = 2.62%
B = 81.64%

CMYK

 C value IS 0.81

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3008F9 (or 0x3008F9) is known color: Han Purple. HEX triplet: 30, 08 and F9. RGB value is (48,8,249). Sum of RGB (Red+Green+Blue) = 48+8+249=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 249 (97.66% from 255 or 81.64% from 305); Max value from RGB is 249 - color contains mainly: blue. Hex color #3008F9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3008F9 is #CFF706. Grayscale: #2E2E2E. Windows color (decimal): -13629191 or 16320560. OLE color: 16320560.

HSL color Cylindrical-coordinate representation of color #3008F9: hue angle of 249.96º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3008F9 is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 8 249 -
CMYK 0.81 0.97 0 0.02
HSL 249.96º 0.95% 0.5% -
HSV(B) 249.96º 0.97% 0.98% -
XYZ 18.4 7.64 90.13 -
YUV 47.43 241.75 128.4 -
System Red Green Blue C M Y K H S L
Decimal 48 8 249 0.81 0.97 0 0.02 249.96 0.95 0.5
Hex 30 8 F9 51 61 0 2 FA 5F 32
Octal 60 10 371 121 141 0 2 372 137 62
Binary 110000 1000 11111001 1010001 1100001 0 10 11111010 1011111 110010

Color Harmonies of #3008F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3008F9

Black with #3008F9

Text Example


Text Example

White with #3008F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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