Html Css Color HEX #3C08CD Han Purple

📋 copy color: '#3C08CD'

red 60 ◦ green 8 ◦ blue 205

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

Shades of Han Purple #3C08CD

Tints of Han Purple #3C08CD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.93%

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

R = 21.98%
G = 2.93%
B = 75.09%

CMYK

 C value IS 0.71

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3C08CD (or 0x3C08CD) is known color: Han Purple. HEX triplet: 3C, 08 and CD. RGB value is (60,8,205). Sum of RGB (Red+Green+Blue) = 60+8+205=273 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.98% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 205 (80.47% from 255 or 75.09% from 273); Max value from RGB is 205 - color contains mainly: blue. Hex color #3C08CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C08CD is #C3F732. Grayscale: #2D2D2D. Windows color (decimal): -12842803 or 13436988. OLE color: 13436988.

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

Color convert

RGB 60 8 205 -
CMYK 0.71 0.96 0 0.20
HSL 255.84º 0.92% 0.42% -
HSV(B) 255.84º 0.96% 0.8% -
XYZ 12.97 5.54 58.14 -
YUV 46.01 217.73 137.98 -
System Red Green Blue C M Y K H S L
Decimal 60 8 205 0.71 0.96 0 0.20 255.84 0.92 0.42
Hex 3C 8 CD 47 60 0 14 100 5C 2A
Octal 74 10 315 107 140 0 24 400 134 52
Binary 111100 1000 11001101 1000111 1100000 0 10100 100000000 1011100 101010

Color Harmonies of #3C08CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C08CD

Black with #3C08CD

Text Example


Text Example

White with #3C08CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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