Html Css Color HEX #3C07CD Han Purple

📋 copy color: '#3C07CD'

red 60 ◦ green 7 ◦ blue 205

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

Shades of Han Purple #3C07CD

Tints of Han Purple #3C07CD

RGB

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

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

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

R = 22.06%
G = 2.57%
B = 75.37%

CMYK

 C value IS 0.71

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3C07CD (or 0x3C07CD) is known color: Han Purple. HEX triplet: 3C, 07 and CD. RGB value is (60,7,205). Sum of RGB (Red+Green+Blue) = 60+7+205=272 (36% of max value = 765). Red value is 60 (23.83% from 255 or 22.06% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 205 (80.47% from 255 or 75.37% from 272); Max value from RGB is 205 - color contains mainly: blue. Hex color #3C07CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C07CD is #C3F832. Grayscale: #2C2C2C. Windows color (decimal): -12843059 or 13436732. OLE color: 13436732.

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

Color convert

RGB 60 7 205 -
CMYK 0.71 0.97 0 0.20
HSL 256.06º 0.93% 0.42% -
HSV(B) 256.06º 0.97% 0.8% -
XYZ 12.96 5.52 58.14 -
YUV 45.42 218.06 138.4 -
System Red Green Blue C M Y K H S L
Decimal 60 7 205 0.71 0.97 0 0.20 256.06 0.93 0.42
Hex 3C 7 CD 47 61 0 14 100 5D 2A
Octal 74 7 315 107 141 0 24 400 135 52
Binary 111100 111 11001101 1000111 1100001 0 10100 100000000 1011101 101010

Color Harmonies of #3C07CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C07CD

Black with #3C07CD

Text Example


Text Example

White with #3C07CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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