Html Css Color HEX #3005F7 Han Purple

📋 copy color: '#3005F7'

red 48 ◦ green 5 ◦ blue 247

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

Shades of Han Purple #3005F7

Tints of Han Purple #3005F7

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.67%

 BLUE value IS 247 (96.88% from 255) = 82.33%

R = 16%
G = 1.67%
B = 82.33%

CMYK

 C value IS 0.81

 M value IS 0.98

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#3005F7 (or 0x3005F7) is known color: Han Purple. HEX triplet: 30, 05 and F7. RGB value is (48,5,247). Sum of RGB (Red+Green+Blue) = 48+5+247=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 247 (96.88% from 255 or 82.33% from 300); Max value from RGB is 247 - color contains mainly: blue. Hex color #3005F7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3005F7 is #CFFA08. Grayscale: #2C2C2C. Windows color (decimal): -13629961 or 16188720. OLE color: 16188720.

HSL color Cylindrical-coordinate representation of color #3005F7: hue angle of 250.66º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3005F7 is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 48 5 247 -
CMYK 0.81 0.98 0 0.03
HSL 250.66º 0.96% 0.49% -
HSV(B) 250.66º 0.98% 0.97% -
XYZ 18.06 7.45 88.48 -
YUV 45.45 241.75 129.82 -
System Red Green Blue C M Y K H S L
Decimal 48 5 247 0.81 0.98 0 0.03 250.66 0.96 0.49
Hex 30 5 F7 51 62 0 3 FB 60 31
Octal 60 5 367 121 142 0 3 373 140 61
Binary 110000 101 11110111 1010001 1100010 0 11 11111011 1100000 110001

Color Harmonies of #3005F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3005F7

Black with #3005F7

Text Example


Text Example

White with #3005F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3005F7; }

 p { color: rgb(48,5,247); }

 H1.HeaderClassName
 {
   color: #3005F7;
 }
 .AnyTagClassName
 {
   color: #3005F7;
 }
</style>

background-color css

<style>
 a { background-color: #3005F7; }

 a { background-color: rgb(48,5,247); }

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

border-color css

<style>
 span { border-color: #3005F7; }

 span { border-color: rgb(48,5,247); }

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