Html Css Color HEX #3A12CC Han Purple

📋 copy color: '#3A12CC'

red 58 ◦ green 18 ◦ blue 204

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

Shades of Han Purple #3A12CC

Tints of Han Purple #3A12CC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.43%

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

R = 20.71%
G = 6.43%
B = 72.86%

CMYK

 C value IS 0.72

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3A12CC (or 0x3A12CC) is known color: Han Purple. HEX triplet: 3A, 12 and CC. RGB value is (58,18,204). Sum of RGB (Red+Green+Blue) = 58+18+204=280 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.71% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 204 (80.08% from 255 or 72.86% from 280); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A12CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A12CC is #C5ED33. Grayscale: #323232. Windows color (decimal): -12971316 or 13374010. OLE color: 13374010.

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

Color convert

RGB 58 18 204 -
CMYK 0.72 0.91 0 0.2
HSL 252.9º 0.84% 0.44% -
HSV(B) 252.9º 0.91% 0.8% -
XYZ 12.86 5.69 57.55 -
YUV 51.16 214.25 132.88 -
System Red Green Blue C M Y K H S L
Decimal 58 18 204 0.72 0.91 0 0.2 252.9 0.84 0.44
Hex 3A 12 CC 48 5B 0 14 FD 54 2C
Octal 72 22 314 110 133 0 24 375 124 54
Binary 111010 10010 11001100 1001000 1011011 0 10100 11111101 1010100 101100

Color Harmonies of #3A12CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A12CC

Black with #3A12CC

Text Example


Text Example

White with #3A12CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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