Html Css Color HEX #3A0CCD Han Purple

📋 copy color: '#3A0CCD'

red 58 ◦ green 12 ◦ blue 205

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

Shades of Han Purple #3A0CCD

Tints of Han Purple #3A0CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 74.55%

R = 21.09%
G = 4.36%
B = 74.55%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3A0CCD (or 0x3A0CCD) is known color: Han Purple. HEX triplet: 3A, 0C and CD. RGB value is (58,12,205). Sum of RGB (Red+Green+Blue) = 58+12+205=275 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.09% from 275); Green value is 12 (5.08% from 255 or 4.36% from 275); Blue value is 205 (80.47% from 255 or 74.55% from 275); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A0CCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0CCD is #C5F332. Grayscale: #2F2F2F. Windows color (decimal): -12972851 or 13438010. OLE color: 13438010.

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

Color convert

RGB 58 12 205 -
CMYK 0.72 0.94 0 0.20
HSL 254.3º 0.89% 0.43% -
HSV(B) 254.3º 0.94% 0.8% -
XYZ 12.9 5.57 58.15 -
YUV 47.76 216.74 135.31 -
System Red Green Blue C M Y K H S L
Decimal 58 12 205 0.72 0.94 0 0.20 254.3 0.89 0.43
Hex 3A C CD 48 5E 0 14 FE 59 2B
Octal 72 14 315 110 136 0 24 376 131 53
Binary 111010 1100 11001101 1001000 1011110 0 10100 11111110 1011001 101011

Color Harmonies of #3A0CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0CCD

Black with #3A0CCD

Text Example


Text Example

White with #3A0CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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