Html Css Color HEX #3A18CD Han Purple

📋 copy color: '#3A18CD'

red 58 ◦ green 24 ◦ blue 205

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

Shades of Han Purple #3A18CD

Tints of Han Purple #3A18CD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.36%

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

R = 20.21%
G = 8.36%
B = 71.43%

CMYK

 C value IS 0.72

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3A18CD (or 0x3A18CD) is known color: Han Purple. HEX triplet: 3A, 18 and CD. RGB value is (58,24,205). Sum of RGB (Red+Green+Blue) = 58+24+205=287 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.21% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 205 (80.47% from 255 or 71.43% from 287); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A18CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A18CD is #C5E732. Grayscale: #363636. Windows color (decimal): -12969779 or 13441082. OLE color: 13441082.

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

Color convert

RGB 58 24 205 -
CMYK 0.72 0.88 0 0.20
HSL 251.27º 0.79% 0.45% -
HSV(B) 251.27º 0.88% 0.8% -
XYZ 13.09 5.96 58.22 -
YUV 54.8 212.76 130.28 -
System Red Green Blue C M Y K H S L
Decimal 58 24 205 0.72 0.88 0 0.20 251.27 0.79 0.45
Hex 3A 18 CD 48 58 0 14 FB 4F 2D
Octal 72 30 315 110 130 0 24 373 117 55
Binary 111010 11000 11001101 1001000 1011000 0 10100 11111011 1001111 101101

Color Harmonies of #3A18CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A18CD

Black with #3A18CD

Text Example


Text Example

White with #3A18CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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