Html Css Color HEX #3A0DFA Han Purple

📋 copy color: '#3A0DFA'

red 58 ◦ green 13 ◦ blue 250

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

Shades of Han Purple #3A0DFA

Tints of Han Purple #3A0DFA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.05%

 BLUE value IS 250 (98.05% from 255) = 77.88%

R = 18.07%
G = 4.05%
B = 77.88%

CMYK

 C value IS 0.77

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3A0DFA (or 0x3A0DFA) is known color: Han Purple. HEX triplet: 3A, 0D and FA. RGB value is (58,13,250). Sum of RGB (Red+Green+Blue) = 58+13+250=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 13 (5.47% from 255 or 4.05% from 321); Blue value is 250 (98.05% from 255 or 77.88% from 321); Max value from RGB is 250 - color contains mainly: blue. Hex color #3A0DFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A0DFA is #C5F205. Grayscale: #343434. Windows color (decimal): -12972550 or 16387386. OLE color: 16387386.

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

Color convert

RGB 58 13 250 -
CMYK 0.77 0.95 0 0.02
HSL 251.39º 0.96% 0.52% -
HSV(B) 251.39º 0.95% 0.98% -
XYZ 19.14 8.09 90.99 -
YUV 53.47 238.91 131.23 -
System Red Green Blue C M Y K H S L
Decimal 58 13 250 0.77 0.95 0 0.02 251.39 0.96 0.52
Hex 3A D FA 4D 5F 0 2 FB 60 34
Octal 72 15 372 115 137 0 2 373 140 64
Binary 111010 1101 11111010 1001101 1011111 0 10 11111011 1100000 110100

Color Harmonies of #3A0DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0DFA

Black with #3A0DFA

Text Example


Text Example

White with #3A0DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,13,250); }

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

background-color css

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

 a { background-color: rgb(58,13,250); }

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

border-color css

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

 span { border-color: rgb(58,13,250); }

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