Html Css Color HEX #3C03CD Han Purple

📋 copy color: '#3C03CD'

red 60 ◦ green 3 ◦ blue 205

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

Shades of Han Purple #3C03CD

Tints of Han Purple #3C03CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 76.49%

R = 22.39%
G = 1.12%
B = 76.49%

CMYK

 C value IS 0.71

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3C03CD (or 0x3C03CD) is known color: Han Purple. HEX triplet: 3C, 03 and CD. RGB value is (60,3,205). Sum of RGB (Red+Green+Blue) = 60+3+205=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 205 (80.47% from 255 or 76.49% from 268); Max value from RGB is 205 - color contains mainly: blue. Hex color #3C03CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C03CD is #C3FC32. Grayscale: #2A2A2A. Windows color (decimal): -12844083 or 13435708. OLE color: 13435708.

HSL color Cylindrical-coordinate representation of color #3C03CD: hue angle of 256.93º 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 #3C03CD is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 60 3 205 -
CMYK 0.71 0.99 0 0.20
HSL 256.93º 0.97% 0.41% -
HSV(B) 256.93º 0.99% 0.8% -
XYZ 12.92 5.43 58.13 -
YUV 43.07 219.38 140.07 -
System Red Green Blue C M Y K H S L
Decimal 60 3 205 0.71 0.99 0 0.20 256.93 0.97 0.41
Hex 3C 3 CD 47 63 0 14 101 61 29
Octal 74 3 315 107 143 0 24 401 141 51
Binary 111100 11 11001101 1000111 1100011 0 10100 100000001 1100001 101001

Color Harmonies of #3C03CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C03CD

Black with #3C03CD

Text Example


Text Example

White with #3C03CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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