Html Css Color HEX #3C07CC Han Purple

📋 copy color: '#3C07CC'

red 60 ◦ green 7 ◦ blue 204

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

Shades of Han Purple #3C07CC

Tints of Han Purple #3C07CC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.58%

 BLUE value IS 204 (80.08% from 255) = 75.28%

R = 22.14%
G = 2.58%
B = 75.28%

CMYK

 C value IS 0.71

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3C07CC (or 0x3C07CC) is known color: Han Purple. HEX triplet: 3C, 07 and CC. RGB value is (60,7,204). Sum of RGB (Red+Green+Blue) = 60+7+204=271 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.14% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 204 (80.08% from 255 or 75.28% from 271); Max value from RGB is 204 - color contains mainly: blue. Hex color #3C07CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C07CC is #C3F833. Grayscale: #2C2C2C. Windows color (decimal): -12843060 or 13371196. OLE color: 13371196.

HSL color Cylindrical-coordinate representation of color #3C07CC: hue angle of 256.14º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C07CC is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 60 7 204 -
CMYK 0.71 0.97 0 0.2
HSL 256.14º 0.93% 0.41% -
HSV(B) 256.14º 0.97% 0.8% -
XYZ 12.84 5.47 57.51 -
YUV 45.31 217.56 138.48 -
System Red Green Blue C M Y K H S L
Decimal 60 7 204 0.71 0.97 0 0.2 256.14 0.93 0.41
Hex 3C 7 CC 47 61 0 14 100 5D 29
Octal 74 7 314 107 141 0 24 400 135 51
Binary 111100 111 11001100 1000111 1100001 0 10100 100000000 1011101 101001

Color Harmonies of #3C07CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C07CC

Black with #3C07CC

Text Example


Text Example

White with #3C07CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,7,204); }

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

background-color css

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

 a { background-color: rgb(60,7,204); }

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

border-color css

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

 span { border-color: rgb(60,7,204); }

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