Html Css Color HEX #3C11FA Han Purple

📋 copy color: '#3C11FA'

red 60 ◦ green 17 ◦ blue 250

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

Shades of Han Purple #3C11FA

Tints of Han Purple #3C11FA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.2%

 BLUE value IS 250 (98.05% from 255) = 76.45%

R = 18.35%
G = 5.2%
B = 76.45%

CMYK

 C value IS 0.76

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3C11FA (or 0x3C11FA) is known color: Han Purple. HEX triplet: 3C, 11 and FA. RGB value is (60,17,250). Sum of RGB (Red+Green+Blue) = 60+17+250=327 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.35% from 327); Green value is 17 (7.03% from 255 or 5.20% from 327); Blue value is 250 (98.05% from 255 or 76.45% from 327); Max value from RGB is 250 - color contains mainly: blue. Hex color #3C11FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C11FA is #C3EE05. Grayscale: #373737. Windows color (decimal): -12840454 or 16388412. OLE color: 16388412.

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

Color convert

RGB 60 17 250 -
CMYK 0.76 0.93 0 0.02
HSL 251.07º 0.96% 0.52% -
HSV(B) 251.07º 0.93% 0.98% -
XYZ 19.32 8.26 91.02 -
YUV 56.42 237.25 130.55 -
System Red Green Blue C M Y K H S L
Decimal 60 17 250 0.76 0.93 0 0.02 251.07 0.96 0.52
Hex 3C 11 FA 4C 5D 0 2 FB 60 34
Octal 74 21 372 114 135 0 2 373 140 64
Binary 111100 10001 11111010 1001100 1011101 0 10 11111011 1100000 110100

Color Harmonies of #3C11FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C11FA

Black with #3C11FA

Text Example


Text Example

White with #3C11FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,17,250); }

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

background-color css

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

 a { background-color: rgb(60,17,250); }

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

border-color css

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

 span { border-color: rgb(60,17,250); }

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