Html Css Color HEX #3D0DFA Han Purple

📋 copy color: '#3D0DFA'

red 61 ◦ green 13 ◦ blue 250

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

Shades of Han Purple #3D0DFA

Tints of Han Purple #3D0DFA

RGB

 RED value IS 61 (24.22% from 255) = 18.83%

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

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

R = 18.83%
G = 4.01%
B = 77.16%

CMYK

 C value IS 0.76

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3D0DFA (or 0x3D0DFA) is known color: Han Purple. HEX triplet: 3D, 0D and FA. RGB value is (61,13,250). Sum of RGB (Red+Green+Blue) = 61+13+250=324 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.83% from 324); Green value is 13 (5.47% from 255 or 4.01% from 324); Blue value is 250 (98.05% from 255 or 77.16% from 324); Max value from RGB is 250 - color contains mainly: blue. Hex color #3D0DFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3D0DFA is #C2F205. Grayscale: #353535. Windows color (decimal): -12775942 or 16387389. OLE color: 16387389.

HSL color Cylindrical-coordinate representation of color #3D0DFA: hue angle of 252.15º 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 #3D0DFA is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 61 13 250 -
CMYK 0.76 0.95 0 0.02
HSL 252.15º 0.96% 0.52% -
HSV(B) 252.15º 0.95% 0.98% -
XYZ 19.32 8.18 91 -
YUV 54.37 238.4 132.73 -
System Red Green Blue C M Y K H S L
Decimal 61 13 250 0.76 0.95 0 0.02 252.15 0.96 0.52
Hex 3D D FA 4C 5F 0 2 FC 60 34
Octal 75 15 372 114 137 0 2 374 140 64
Binary 111101 1101 11111010 1001100 1011111 0 10 11111100 1100000 110100

Color Harmonies of #3D0DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D0DFA

Black with #3D0DFA

Text Example


Text Example

White with #3D0DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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