Html Css Color HEX #3C09CF Han Purple

📋 copy color: '#3C09CF'

red 60 ◦ green 9 ◦ blue 207

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

Shades of Han Purple #3C09CF

Tints of Han Purple #3C09CF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.26%

 BLUE value IS 207 (81.25% from 255) = 75%

R = 21.74%
G = 3.26%
B = 75%

CMYK

 C value IS 0.71

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3C09CF (or 0x3C09CF) is known color: Han Purple. HEX triplet: 3C, 09 and CF. RGB value is (60,9,207). Sum of RGB (Red+Green+Blue) = 60+9+207=276 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.74% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 207 (81.25% from 255 or 75% from 276); Max value from RGB is 207 - color contains mainly: blue. Hex color #3C09CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C09CF is #C3F630. Grayscale: #2E2E2E. Windows color (decimal): -12842545 or 13568316. OLE color: 13568316.

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

Color convert

RGB 60 9 207 -
CMYK 0.71 0.96 0 0.19
HSL 255.45º 0.92% 0.42% -
HSV(B) 255.45º 0.96% 0.81% -
XYZ 13.22 5.66 59.43 -
YUV 46.82 218.4 137.4 -
System Red Green Blue C M Y K H S L
Decimal 60 9 207 0.71 0.96 0 0.19 255.45 0.92 0.42
Hex 3C 9 CF 47 60 0 13 FF 5C 2A
Octal 74 11 317 107 140 0 23 377 134 52
Binary 111100 1001 11001111 1000111 1100000 0 10011 11111111 1011100 101010

Color Harmonies of #3C09CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C09CF

Black with #3C09CF

Text Example


Text Example

White with #3C09CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,9,207); }

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

background-color css

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

 a { background-color: rgb(60,9,207); }

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

border-color css

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

 span { border-color: rgb(60,9,207); }

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