Html Css Color HEX #3C01CF Han Purple

📋 copy color: '#3C01CF'

red 60 ◦ green 1 ◦ blue 207

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

Shades of Han Purple #3C01CF

Tints of Han Purple #3C01CF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 22.39%
G = 0.37%
B = 77.24%

CMYK

 C value IS 0.71

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3C01CF (or 0x3C01CF) is known color: Han Purple. HEX triplet: 3C, 01 and CF. RGB value is (60,1,207). Sum of RGB (Red+Green+Blue) = 60+1+207=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 207 (81.25% from 255 or 77.24% from 268); Max value from RGB is 207 - color contains mainly: blue. Hex color #3C01CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C01CF is #C3FE30. Grayscale: #292929. Windows color (decimal): -12844593 or 13566268. OLE color: 13566268.

HSL color Cylindrical-coordinate representation of color #3C01CF: hue angle of 257.18º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C01CF is Cyan = 0.71, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 60 1 207 -
CMYK 0.71 1.00 0 0.19
HSL 257.18º 0.99% 0.41% -
HSV(B) 257.18º 1% 0.81% -
XYZ 13.14 5.49 59.4 -
YUV 42.13 221.05 140.75 -
System Red Green Blue C M Y K H S L
Decimal 60 1 207 0.71 1.00 0 0.19 257.18 0.99 0.41
Hex 3C 1 CF 47 64 0 13 101 63 29
Octal 74 1 317 107 144 0 23 401 143 51
Binary 111100 1 11001111 1000111 1100100 0 10011 100000001 1100011 101001

Color Harmonies of #3C01CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C01CF

Black with #3C01CF

Text Example


Text Example

White with #3C01CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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