Html Css Color HEX #3A06F6 Han Purple

📋 copy color: '#3A06F6'

red 58 ◦ green 6 ◦ blue 246

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

Shades of Han Purple #3A06F6

Tints of Han Purple #3A06F6

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.94%

 BLUE value IS 246 (96.48% from 255) = 79.35%

R = 18.71%
G = 1.94%
B = 79.35%

CMYK

 C value IS 0.76

 M value IS 0.98

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#3A06F6 (or 0x3A06F6) is known color: Han Purple. HEX triplet: 3A, 06 and F6. RGB value is (58,6,246). Sum of RGB (Red+Green+Blue) = 58+6+246=310 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.71% from 310); Green value is 6 (2.73% from 255 or 1.94% from 310); Blue value is 246 (96.48% from 255 or 79.35% from 310); Max value from RGB is 246 - color contains mainly: blue. Hex color #3A06F6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A06F6 is #C5F909. Grayscale: #303030. Windows color (decimal): -12974346 or 16123450. OLE color: 16123450.

HSL color Cylindrical-coordinate representation of color #3A06F6: hue angle of 253º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A06F6 is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 58 6 246 -
CMYK 0.76 0.98 0 0.04
HSL 253º 0.95% 0.49% -
HSV(B) 253º 0.98% 0.96% -
XYZ 18.44 7.68 87.7 -
YUV 48.91 239.23 134.49 -
System Red Green Blue C M Y K H S L
Decimal 58 6 246 0.76 0.98 0 0.04 253 0.95 0.49
Hex 3A 6 F6 4C 62 0 4 FD 5F 31
Octal 72 6 366 114 142 0 4 375 137 61
Binary 111010 110 11110110 1001100 1100010 0 100 11111101 1011111 110001

Color Harmonies of #3A06F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A06F6

Black with #3A06F6

Text Example


Text Example

White with #3A06F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,6,246); }

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

background-color css

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

 a { background-color: rgb(58,6,246); }

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

border-color css

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

 span { border-color: rgb(58,6,246); }

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