Html Css Color HEX #3A0CCE Han Purple

📋 copy color: '#3A0CCE'

red 58 ◦ green 12 ◦ blue 206

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

Shades of Han Purple #3A0CCE

Tints of Han Purple #3A0CCE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.35%

 BLUE value IS 206 (80.86% from 255) = 74.64%

R = 21.01%
G = 4.35%
B = 74.64%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3A0CCE (or 0x3A0CCE) is known color: Han Purple. HEX triplet: 3A, 0C and CE. RGB value is (58,12,206). Sum of RGB (Red+Green+Blue) = 58+12+206=276 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.01% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 206 (80.86% from 255 or 74.64% from 276); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A0CCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0CCE is #C5F331. Grayscale: #2F2F2F. Windows color (decimal): -12972850 or 13503546. OLE color: 13503546.

HSL color Cylindrical-coordinate representation of color #3A0CCE: hue angle of 254.23º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A0CCE is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 58 12 206 -
CMYK 0.72 0.94 0 0.19
HSL 254.23º 0.89% 0.43% -
HSV(B) 254.23º 0.94% 0.81% -
XYZ 13.02 5.62 58.79 -
YUV 47.87 217.24 135.23 -
System Red Green Blue C M Y K H S L
Decimal 58 12 206 0.72 0.94 0 0.19 254.23 0.89 0.43
Hex 3A C CE 48 5E 0 13 FE 59 2B
Octal 72 14 316 110 136 0 23 376 131 53
Binary 111010 1100 11001110 1001000 1011110 0 10011 11111110 1011001 101011

Color Harmonies of #3A0CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0CCE

Black with #3A0CCE

Text Example


Text Example

White with #3A0CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,12,206); }

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

background-color css

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

 a { background-color: rgb(58,12,206); }

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

border-color css

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

 span { border-color: rgb(58,12,206); }

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