Html Css Color HEX #2C01EC Han Purple

📋 copy color: '#2C01EC'

red 44 ◦ green 1 ◦ blue 236

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

Shades of Han Purple #2C01EC

Tints of Han Purple #2C01EC

RGB

 RED value IS 44 (17.58% from 255) = 15.66%

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

 BLUE value IS 236 (92.58% from 255) = 83.99%

R = 15.66%
G = 0.36%
B = 83.99%

CMYK

 C value IS 0.81

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2C01EC (or 0x2C01EC) is known color: Han Purple. HEX triplet: 2C, 01 and EC. RGB value is (44,1,236). Sum of RGB (Red+Green+Blue) = 44+1+236=281 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.66% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 236 (92.58% from 255 or 83.99% from 281); Max value from RGB is 236 - color contains mainly: blue. Hex color #2C01EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2C01EC is #D3FE13. Grayscale: #272727. Windows color (decimal): -13893140 or 15466796. OLE color: 15466796.

HSL color Cylindrical-coordinate representation of color #2C01EC: hue angle of 250.98º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C01EC is Cyan = 0.81, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 44 1 236 -
CMYK 0.81 1.00 0 0.07
HSL 250.98º 0.99% 0.46% -
HSV(B) 250.98º 1% 0.93% -
XYZ 16.19 6.61 79.78 -
YUV 40.65 238.25 130.39 -
System Red Green Blue C M Y K H S L
Decimal 44 1 236 0.81 1.00 0 0.07 250.98 0.99 0.46
Hex 2C 1 EC 51 64 0 7 FB 63 2E
Octal 54 1 354 121 144 0 7 373 143 56
Binary 101100 1 11101100 1010001 1100100 0 111 11111011 1100011 101110

Color Harmonies of #2C01EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C01EC

Black with #2C01EC

Text Example


Text Example

White with #2C01EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C01EC; }

 p { color: rgb(44,1,236); }

 H1.HeaderClassName
 {
   color: #2C01EC;
 }
 .AnyTagClassName
 {
   color: #2C01EC;
 }
</style>

background-color css

<style>
 a { background-color: #2C01EC; }

 a { background-color: rgb(44,1,236); }

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

border-color css

<style>
 span { border-color: #2C01EC; }

 span { border-color: rgb(44,1,236); }

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