Html Css Color HEX #3C06C8 Han Purple

📋 copy color: '#3C06C8'

red 60 ◦ green 6 ◦ blue 200

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

Shades of Han Purple #3C06C8

Tints of Han Purple #3C06C8

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.26%

 BLUE value IS 200 (78.52% from 255) = 75.19%

R = 22.56%
G = 2.26%
B = 75.19%

CMYK

 C value IS 0.7

 M value IS 0.97

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#3C06C8 (or 0x3C06C8) is known color: Han Purple. HEX triplet: 3C, 06 and C8. RGB value is (60,6,200). Sum of RGB (Red+Green+Blue) = 60+6+200=266 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.56% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 200 (78.52% from 255 or 75.19% from 266); Max value from RGB is 200 - color contains mainly: blue. Hex color #3C06C8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C06C8 is #C3F937. Grayscale: #2B2B2B. Windows color (decimal): -12843320 or 13108796. OLE color: 13108796.

HSL color Cylindrical-coordinate representation of color #3C06C8: hue angle of 256.7º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C06C8 is Cyan = 0.7, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 60 6 200 -
CMYK 0.7 0.97 0 0.22
HSL 256.7º 0.94% 0.4% -
HSV(B) 256.7º 0.97% 0.78% -
XYZ 12.35 5.26 55.01 -
YUV 44.26 215.89 139.23 -
System Red Green Blue C M Y K H S L
Decimal 60 6 200 0.7 0.97 0 0.22 256.7 0.94 0.4
Hex 3C 6 C8 46 61 0 16 101 5E 28
Octal 74 6 310 106 141 0 26 401 136 50
Binary 111100 110 11001000 1000110 1100001 0 10110 100000001 1011110 101000

Color Harmonies of #3C06C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C06C8

Black with #3C06C8

Text Example


Text Example

White with #3C06C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,6,200); }

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

background-color css

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

 a { background-color: rgb(60,6,200); }

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

border-color css

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

 span { border-color: rgb(60,6,200); }

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