Html Css Color HEX #3003FD Han Purple

📋 copy color: '#3003FD'

red 48 ◦ green 3 ◦ blue 253

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

Shades of Han Purple #3003FD

Tints of Han Purple #3003FD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.99%

 BLUE value IS 253 (99.22% from 255) = 83.22%

R = 15.79%
G = 0.99%
B = 83.22%

CMYK

 C value IS 0.81

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3003FD (or 0x3003FD) is known color: Han Purple. HEX triplet: 30, 03 and FD. RGB value is (48,3,253). Sum of RGB (Red+Green+Blue) = 48+3+253=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 253 (99.22% from 255 or 83.22% from 304); Max value from RGB is 253 - color contains mainly: blue. Hex color #3003FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3003FD is #CFFC02. Grayscale: #2C2C2C. Windows color (decimal): -13630467 or 16581424. OLE color: 16581424.

HSL color Cylindrical-coordinate representation of color #3003FD: hue angle of 250.8º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3003FD is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 48 3 253 -
CMYK 0.81 0.99 0 0.01
HSL 250.8º 0.98% 0.5% -
HSV(B) 250.8º 0.99% 0.99% -
XYZ 18.98 7.79 93.43 -
YUV 44.96 245.41 130.17 -
System Red Green Blue C M Y K H S L
Decimal 48 3 253 0.81 0.99 0 0.01 250.8 0.98 0.5
Hex 30 3 FD 51 63 0 1 FB 62 32
Octal 60 3 375 121 143 0 1 373 142 62
Binary 110000 11 11111101 1010001 1100011 0 1 11111011 1100010 110010

Color Harmonies of #3003FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3003FD

Black with #3003FD

Text Example


Text Example

White with #3003FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3003FD; }

 p { color: rgb(48,3,253); }

 H1.HeaderClassName
 {
   color: #3003FD;
 }
 .AnyTagClassName
 {
   color: #3003FD;
 }
</style>

background-color css

<style>
 a { background-color: #3003FD; }

 a { background-color: rgb(48,3,253); }

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

border-color css

<style>
 span { border-color: #3003FD; }

 span { border-color: rgb(48,3,253); }

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