Html Css Color HEX #3D0AE0 Han Purple

📋 copy color: '#3D0AE0'

red 61 ◦ green 10 ◦ blue 224

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

Shades of Han Purple #3D0AE0

Tints of Han Purple #3D0AE0

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.39%

 BLUE value IS 224 (87.89% from 255) = 75.93%

R = 20.68%
G = 3.39%
B = 75.93%

CMYK

 C value IS 0.73

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3D0AE0 (or 0x3D0AE0) is known color: Han Purple. HEX triplet: 3D, 0A and E0. RGB value is (61,10,224). Sum of RGB (Red+Green+Blue) = 61+10+224=295 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.68% from 295); Green value is 10 (4.30% from 255 or 3.39% from 295); Blue value is 224 (87.89% from 255 or 75.93% from 295); Max value from RGB is 224 - color contains mainly: blue. Hex color #3D0AE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D0AE0 is #C2F51F. Grayscale: #303030. Windows color (decimal): -12776736 or 14682685. OLE color: 14682685.

HSL color Cylindrical-coordinate representation of color #3D0AE0: hue angle of 254.3º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3D0AE0 is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 61 10 224 -
CMYK 0.73 0.96 0 0.12
HSL 254.3º 0.91% 0.46% -
HSV(B) 254.3º 0.96% 0.88% -
XYZ 15.49 6.59 70.98 -
YUV 49.65 226.4 136.1 -
System Red Green Blue C M Y K H S L
Decimal 61 10 224 0.73 0.96 0 0.12 254.3 0.91 0.46
Hex 3D A E0 49 60 0 C FE 5B 2E
Octal 75 12 340 111 140 0 14 376 133 56
Binary 111101 1010 11100000 1001001 1100000 0 1100 11111110 1011011 101110

Color Harmonies of #3D0AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D0AE0

Black with #3D0AE0

Text Example


Text Example

White with #3D0AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,10,224); }

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

background-color css

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

 a { background-color: rgb(61,10,224); }

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

border-color css

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

 span { border-color: rgb(61,10,224); }

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