Html Css Color HEX #3C04D6 Han Purple

📋 copy color: '#3C04D6'

red 60 ◦ green 4 ◦ blue 214

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

Shades of Han Purple #3C04D6

Tints of Han Purple #3C04D6

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.44%

 BLUE value IS 214 (83.98% from 255) = 76.98%

R = 21.58%
G = 1.44%
B = 76.98%

CMYK

 C value IS 0.72

 M value IS 0.98

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3C04D6 (or 0x3C04D6) is known color: Han Purple. HEX triplet: 3C, 04 and D6. RGB value is (60,4,214). Sum of RGB (Red+Green+Blue) = 60+4+214=278 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.58% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 214 (83.98% from 255 or 76.98% from 278); Max value from RGB is 214 - color contains mainly: blue. Hex color #3C04D6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C04D6 is #C3FB29. Grayscale: #2B2B2B. Windows color (decimal): -12843818 or 14025788. OLE color: 14025788.

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

Color convert

RGB 60 4 214 -
CMYK 0.72 0.98 0 0.16
HSL 256º 0.96% 0.43% -
HSV(B) 256º 0.98% 0.84% -
XYZ 14.04 5.9 64.02 -
YUV 44.68 223.55 138.92 -
System Red Green Blue C M Y K H S L
Decimal 60 4 214 0.72 0.98 0 0.16 256 0.96 0.43
Hex 3C 4 D6 48 62 0 10 100 60 2B
Octal 74 4 326 110 142 0 20 400 140 53
Binary 111100 100 11010110 1001000 1100010 0 10000 100000000 1100000 101011

Color Harmonies of #3C04D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C04D6

Black with #3C04D6

Text Example


Text Example

White with #3C04D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,4,214); }

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

background-color css

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

 a { background-color: rgb(60,4,214); }

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

border-color css

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

 span { border-color: rgb(60,4,214); }

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