Html Css Color HEX #3A0DCC Han Purple

📋 copy color: '#3A0DCC'

red 58 ◦ green 13 ◦ blue 204

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

Shades of Han Purple #3A0DCC

Tints of Han Purple #3A0DCC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.73%

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

R = 21.09%
G = 4.73%
B = 74.18%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3A0DCC (or 0x3A0DCC) is known color: Han Purple. HEX triplet: 3A, 0D and CC. RGB value is (58,13,204). Sum of RGB (Red+Green+Blue) = 58+13+204=275 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.09% from 275); Green value is 13 (5.47% from 255 or 4.73% from 275); Blue value is 204 (80.08% from 255 or 74.18% from 275); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A0DCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0DCC is #C5F233. Grayscale: #2F2F2F. Windows color (decimal): -12972596 or 13372730. OLE color: 13372730.

HSL color Cylindrical-coordinate representation of color #3A0DCC: hue angle of 254.14º degrees, saturation: 0.88, 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 #3A0DCC is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 58 13 204 -
CMYK 0.72 0.94 0 0.2
HSL 254.14º 0.88% 0.43% -
HSV(B) 254.14º 0.94% 0.8% -
XYZ 12.79 5.55 57.52 -
YUV 48.23 215.91 134.97 -
System Red Green Blue C M Y K H S L
Decimal 58 13 204 0.72 0.94 0 0.2 254.14 0.88 0.43
Hex 3A D CC 48 5E 0 14 FE 58 2B
Octal 72 15 314 110 136 0 24 376 130 53
Binary 111010 1101 11001100 1001000 1011110 0 10100 11111110 1011000 101011

Color Harmonies of #3A0DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0DCC

Black with #3A0DCC

Text Example


Text Example

White with #3A0DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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