Html Css Color HEX #3C12F9 Han Purple

📋 copy color: '#3C12F9'

red 60 ◦ green 18 ◦ blue 249

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

Shades of Han Purple #3C12F9

Tints of Han Purple #3C12F9

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.5%

 BLUE value IS 249 (97.66% from 255) = 76.15%

R = 18.35%
G = 5.5%
B = 76.15%

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

#3C12F9 (or 0x3C12F9) is known color: Han Purple. HEX triplet: 3C, 12 and F9. RGB value is (60,18,249). Sum of RGB (Red+Green+Blue) = 60+18+249=327 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.35% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 249 (97.66% from 255 or 76.15% from 327); Max value from RGB is 249 - color contains mainly: blue. Hex color #3C12F9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C12F9 is #C3ED06. Grayscale: #383838. Windows color (decimal): -12840199 or 16323132. OLE color: 16323132.

HSL color Cylindrical-coordinate representation of color #3C12F9: hue angle of 250.91º degrees, saturation: 0.95, 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 #3C12F9 is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 60 18 249 -
CMYK 0.76 0.93 0 0.02
HSL 250.91º 0.95% 0.52% -
HSV(B) 250.91º 0.93% 0.98% -
XYZ 19.18 8.23 90.2 -
YUV 56.89 236.41 130.22 -
System Red Green Blue C M Y K H S L
Decimal 60 18 249 0.76 0.93 0 0.02 250.91 0.95 0.52
Hex 3C 12 F9 4C 5D 0 2 FB 5F 34
Octal 74 22 371 114 135 0 2 373 137 64
Binary 111100 10010 11111001 1001100 1011101 0 10 11111011 1011111 110100

Color Harmonies of #3C12F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C12F9

Black with #3C12F9

Text Example


Text Example

White with #3C12F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,18,249); }

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

background-color css

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

 a { background-color: rgb(60,18,249); }

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

border-color css

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

 span { border-color: rgb(60,18,249); }

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