Html Css Color HEX #3C03CC Han Purple

📋 copy color: '#3C03CC'

red 60 ◦ green 3 ◦ blue 204

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

Shades of Han Purple #3C03CC

Tints of Han Purple #3C03CC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

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

R = 22.47%
G = 1.12%
B = 76.4%

CMYK

 C value IS 0.71

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3C03CC (or 0x3C03CC) is known color: Han Purple. HEX triplet: 3C, 03 and CC. RGB value is (60,3,204). Sum of RGB (Red+Green+Blue) = 60+3+204=267 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.47% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 204 (80.08% from 255 or 76.40% from 267); Max value from RGB is 204 - color contains mainly: blue. Hex color #3C03CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C03CC is #C3FC33. Grayscale: #2A2A2A. Windows color (decimal): -12844084 or 13370172. OLE color: 13370172.

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

Color convert

RGB 60 3 204 -
CMYK 0.71 0.99 0 0.2
HSL 257.01º 0.97% 0.41% -
HSV(B) 257.01º 0.99% 0.8% -
XYZ 12.8 5.39 57.49 -
YUV 42.96 218.88 140.16 -
System Red Green Blue C M Y K H S L
Decimal 60 3 204 0.71 0.99 0 0.2 257.01 0.97 0.41
Hex 3C 3 CC 47 63 0 14 101 61 29
Octal 74 3 314 107 143 0 24 401 141 51
Binary 111100 11 11001100 1000111 1100011 0 10100 100000001 1100001 101001

Color Harmonies of #3C03CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C03CC

Black with #3C03CC

Text Example


Text Example

White with #3C03CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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