Html Css Color HEX #3C24FA Han Purple

📋 copy color: '#3C24FA'

red 60 ◦ green 36 ◦ blue 250

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

Shades of Han Purple #3C24FA

Tints of Han Purple #3C24FA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.4%

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

R = 17.34%
G = 10.4%
B = 72.25%

CMYK

 C value IS 0.76

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3C24FA (or 0x3C24FA) is known color: Han Purple. HEX triplet: 3C, 24 and FA. RGB value is (60,36,250). Sum of RGB (Red+Green+Blue) = 60+36+250=346 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.34% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 250 (98.05% from 255 or 72.25% from 346); Max value from RGB is 250 - color contains mainly: blue. Hex color #3C24FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C24FA is #C3DB05. Grayscale: #424242. Windows color (decimal): -12835590 or 16393276. OLE color: 16393276.

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

Color convert

RGB 60 36 250 -
CMYK 0.76 0.86 0 0.02
HSL 246.73º 0.96% 0.56% -
HSV(B) 246.73º 0.86% 0.98% -
XYZ 19.75 9.12 91.16 -
YUV 67.57 230.95 122.6 -
System Red Green Blue C M Y K H S L
Decimal 60 36 250 0.76 0.86 0 0.02 246.73 0.96 0.56
Hex 3C 24 FA 4C 56 0 2 F7 60 38
Octal 74 44 372 114 126 0 2 367 140 70
Binary 111100 100100 11111010 1001100 1010110 0 10 11110111 1100000 111000

Color Harmonies of #3C24FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C24FA

Black with #3C24FA

Text Example


Text Example

White with #3C24FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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