Html Css Color HEX #3C05CC Han Purple

📋 copy color: '#3C05CC'

red 60 ◦ green 5 ◦ blue 204

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

Shades of Han Purple #3C05CC

Tints of Han Purple #3C05CC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.86%

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

R = 22.3%
G = 1.86%
B = 75.84%

CMYK

 C value IS 0.71

 M value IS 0.98

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3C05CC (or 0x3C05CC) is known color: Han Purple. HEX triplet: 3C, 05 and CC. RGB value is (60,5,204). Sum of RGB (Red+Green+Blue) = 60+5+204=269 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.30% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 204 (80.08% from 255 or 75.84% from 269); Max value from RGB is 204 - color contains mainly: blue. Hex color #3C05CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C05CC is #C3FA33. Grayscale: #2B2B2B. Windows color (decimal): -12843572 or 13370684. OLE color: 13370684.

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

Color convert

RGB 60 5 204 -
CMYK 0.71 0.98 0 0.2
HSL 256.58º 0.95% 0.41% -
HSV(B) 256.58º 0.98% 0.8% -
XYZ 12.82 5.43 57.5 -
YUV 44.13 218.22 139.32 -
System Red Green Blue C M Y K H S L
Decimal 60 5 204 0.71 0.98 0 0.2 256.58 0.95 0.41
Hex 3C 5 CC 47 62 0 14 101 5F 29
Octal 74 5 314 107 142 0 24 401 137 51
Binary 111100 101 11001100 1000111 1100010 0 10100 100000001 1011111 101001

Color Harmonies of #3C05CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C05CC

Black with #3C05CC

Text Example


Text Example

White with #3C05CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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