Html Css Color HEX #3A15CC Han Purple

📋 copy color: '#3A15CC'

red 58 ◦ green 21 ◦ blue 204

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

Shades of Han Purple #3A15CC

Tints of Han Purple #3A15CC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.42%

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

R = 20.49%
G = 7.42%
B = 72.08%

CMYK

 C value IS 0.72

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3A15CC (or 0x3A15CC) is known color: Han Purple. HEX triplet: 3A, 15 and CC. RGB value is (58,21,204). Sum of RGB (Red+Green+Blue) = 58+21+204=283 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.49% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 204 (80.08% from 255 or 72.08% from 283); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A15CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A15CC is #C5EA33. Grayscale: #343434. Windows color (decimal): -12970548 or 13374778. OLE color: 13374778.

HSL color Cylindrical-coordinate representation of color #3A15CC: hue angle of 252.13º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A15CC is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 58 21 204 -
CMYK 0.72 0.90 0 0.2
HSL 252.13º 0.81% 0.44% -
HSV(B) 252.13º 0.9% 0.8% -
XYZ 12.91 5.8 57.56 -
YUV 52.93 213.26 131.62 -
System Red Green Blue C M Y K H S L
Decimal 58 21 204 0.72 0.90 0 0.2 252.13 0.81 0.44
Hex 3A 15 CC 48 5A 0 14 FC 51 2C
Octal 72 25 314 110 132 0 24 374 121 54
Binary 111010 10101 11001100 1001000 1011010 0 10100 11111100 1010001 101100

Color Harmonies of #3A15CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A15CC

Black with #3A15CC

Text Example


Text Example

White with #3A15CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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