Html Css Color HEX #3A09CD Han Purple

📋 copy color: '#3A09CD'

red 58 ◦ green 9 ◦ blue 205

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

Shades of Han Purple #3A09CD

Tints of Han Purple #3A09CD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.31%

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

R = 21.32%
G = 3.31%
B = 75.37%

CMYK

 C value IS 0.72

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3A09CD (or 0x3A09CD) is known color: Han Purple. HEX triplet: 3A, 09 and CD. RGB value is (58,9,205). Sum of RGB (Red+Green+Blue) = 58+9+205=272 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.32% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 205 (80.47% from 255 or 75.37% from 272); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A09CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A09CD is #C5F632. Grayscale: #2D2D2D. Windows color (decimal): -12973619 or 13437242. OLE color: 13437242.

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

Color convert

RGB 58 9 205 -
CMYK 0.72 0.96 0 0.20
HSL 255º 0.92% 0.42% -
HSV(B) 255º 0.96% 0.8% -
XYZ 12.86 5.5 58.14 -
YUV 46 217.73 136.56 -
System Red Green Blue C M Y K H S L
Decimal 58 9 205 0.72 0.96 0 0.20 255 0.92 0.42
Hex 3A 9 CD 48 60 0 14 FF 5C 2A
Octal 72 11 315 110 140 0 24 377 134 52
Binary 111010 1001 11001101 1001000 1100000 0 10100 11111111 1011100 101010

Color Harmonies of #3A09CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A09CD

Black with #3A09CD

Text Example


Text Example

White with #3A09CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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