Html Css Color HEX #3A0ECC Han Purple

📋 copy color: '#3A0ECC'

red 58 ◦ green 14 ◦ blue 204

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

Shades of Han Purple #3A0ECC

Tints of Han Purple #3A0ECC

RGB

 RED value IS 58 (23.05% from 255) = 21.01%

 GREEN value IS 14 (5.86% from 255) = 5.07%

 BLUE value IS 204 (80.08% from 255) = 73.91%

R = 21.01%
G = 5.07%
B = 73.91%

CMYK

 C value IS 0.72

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3A0ECC (or 0x3A0ECC) is known color: Han Purple. HEX triplet: 3A, 0E and CC. RGB value is (58,14,204). Sum of RGB (Red+Green+Blue) = 58+14+204=276 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.01% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 204 (80.08% from 255 or 73.91% from 276); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A0ECC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0ECC is #C5F133. Grayscale: #303030. Windows color (decimal): -12972340 or 13372986. OLE color: 13372986.

HSL color Cylindrical-coordinate representation of color #3A0ECC: hue angle of 253.89º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A0ECC is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 58 14 204 -
CMYK 0.72 0.93 0 0.2
HSL 253.89º 0.87% 0.43% -
HSV(B) 253.89º 0.93% 0.8% -
XYZ 12.8 5.57 57.53 -
YUV 48.82 215.58 134.55 -
System Red Green Blue C M Y K H S L
Decimal 58 14 204 0.72 0.93 0 0.2 253.89 0.87 0.43
Hex 3A E CC 48 5D 0 14 FE 57 2B
Octal 72 16 314 110 135 0 24 376 127 53
Binary 111010 1110 11001100 1001000 1011101 0 10100 11111110 1010111 101011

Color Harmonies of #3A0ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0ECC

Black with #3A0ECC

Text Example


Text Example

White with #3A0ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,14,204); }

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

background-color css

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

 a { background-color: rgb(58,14,204); }

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

border-color css

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

 span { border-color: rgb(58,14,204); }

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