Html Css Color HEX #3C28FB Han Purple

📋 copy color: '#3C28FB'

red 60 ◦ green 40 ◦ blue 251

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

Shades of Han Purple #3C28FB

Tints of Han Purple #3C28FB

RGB

 RED value IS 60 (23.83% from 255) = 17.09%

 GREEN value IS 40 (16.02% from 255) = 11.4%

 BLUE value IS 251 (98.44% from 255) = 71.51%

R = 17.09%
G = 11.4%
B = 71.51%

CMYK

 C value IS 0.76

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3C28FB (or 0x3C28FB) is known color: Han Purple. HEX triplet: 3C, 28 and FB. RGB value is (60,40,251). Sum of RGB (Red+Green+Blue) = 60+40+251=351 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.09% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 251 (98.44% from 255 or 71.51% from 351); Max value from RGB is 251 - color contains mainly: blue. Hex color #3C28FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C28FB is #C3D704. Grayscale: #454545. Windows color (decimal): -12834565 or 16459836. OLE color: 16459836.

HSL color Cylindrical-coordinate representation of color #3C28FB: hue angle of 245.69º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C28FB is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 60 40 251 -
CMYK 0.76 0.84 0 0.02
HSL 245.69º 0.96% 0.57% -
HSV(B) 245.69º 0.84% 0.98% -
XYZ 20.03 9.44 92.03 -
YUV 70.03 230.13 120.84 -
System Red Green Blue C M Y K H S L
Decimal 60 40 251 0.76 0.84 0 0.02 245.69 0.96 0.57
Hex 3C 28 FB 4C 54 0 2 F6 60 39
Octal 74 50 373 114 124 0 2 366 140 71
Binary 111100 101000 11111011 1001100 1010100 0 10 11110110 1100000 111001

Color Harmonies of #3C28FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C28FB

Black with #3C28FB

Text Example


Text Example

White with #3C28FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C28FB; }

 p { color: rgb(60,40,251); }

 H1.HeaderClassName
 {
   color: #3C28FB;
 }
 .AnyTagClassName
 {
   color: #3C28FB;
 }
</style>

background-color css

<style>
 a { background-color: #3C28FB; }

 a { background-color: rgb(60,40,251); }

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

border-color css

<style>
 span { border-color: #3C28FB; }

 span { border-color: rgb(60,40,251); }

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