Html Css Color HEX #3C07F8 Han Purple

📋 copy color: '#3C07F8'

red 60 ◦ green 7 ◦ blue 248

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

Shades of Han Purple #3C07F8

Tints of Han Purple #3C07F8

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.22%

 BLUE value IS 248 (97.27% from 255) = 78.73%

R = 19.05%
G = 2.22%
B = 78.73%

CMYK

 C value IS 0.76

 M value IS 0.97

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#3C07F8 (or 0x3C07F8) is known color: Han Purple. HEX triplet: 3C, 07 and F8. RGB value is (60,7,248). Sum of RGB (Red+Green+Blue) = 60+7+248=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 248 (97.27% from 255 or 78.73% from 315); Max value from RGB is 248 - color contains mainly: blue. Hex color #3C07F8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C07F8 is #C3F807. Grayscale: #313131. Windows color (decimal): -12843016 or 16254780. OLE color: 16254780.

HSL color Cylindrical-coordinate representation of color #3C07F8: hue angle of 253.2º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C07F8 is Cyan = 0.76, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 60 7 248 -
CMYK 0.76 0.97 0 0.03
HSL 253.2º 0.95% 0.5% -
HSV(B) 253.2º 0.97% 0.97% -
XYZ 18.88 7.89 89.33 -
YUV 50.32 239.56 134.9 -
System Red Green Blue C M Y K H S L
Decimal 60 7 248 0.76 0.97 0 0.03 253.2 0.95 0.5
Hex 3C 7 F8 4C 61 0 3 FD 5F 32
Octal 74 7 370 114 141 0 3 375 137 62
Binary 111100 111 11111000 1001100 1100001 0 11 11111101 1011111 110010

Color Harmonies of #3C07F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C07F8

Black with #3C07F8

Text Example


Text Example

White with #3C07F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,7,248); }

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

background-color css

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

 a { background-color: rgb(60,7,248); }

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

border-color css

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

 span { border-color: rgb(60,7,248); }

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