#2C0BF4

Color #2C0BF4 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #2C0BF4

Tints of Han Purple #2C0BF4

Color information

#2C0BF4 (or 0x2C0BF4) is unknown color: approx Han Purple. HEX triplet: 2C, 0B and F4. RGB value is (44,11,244). Sum of RGB (Red+Green+Blue) = 44+11+244=299 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.72% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 244 (95.70% from 255 or 81.61% from 299); Max value from RGB is 244 - color contains mainly: blue. Hex color #2C0BF4 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2C0BF4 is #D3F40B. Grayscale: #2E2E2E. Windows color (decimal): -13890572 or 15993644. OLE color: 15993644.

HSL color Cylindrical-coordinate representation of color #2C0BF4: hue angle of 248.5º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2C0BF4 is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB4411244-
CMYK0.820.9500.04
HSL248.5º91.37%50%-
HSV(B)248.5º95.49%95.69%-
XYZ17.497.3186.08-
YUV47.43238.93125.55-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.72%
GREEN value IS 11 (4.69% from 255) = 3.68%
BLUE value IS 244 (95.70% from 255) = 81.61%
R=14.72%
G=3.68%
B=81.61%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal44112440.820.9500.04248.591.3750
Hex2CBF4525F04f85b32
Octal54133641221370437013362
Binary101100101111110100101001010111110100111110001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,11,244); }

 H1.HeaderClassName
 {
   color: #2C0BF4;
 }
 .AnyTagClassName
 {
   color: #2C0BF4;
 }
</style>
background-color css

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

 a { background-color: rgb(44,11,244); }

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

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

 span { border-color: rgb(44,11,244); }

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