Html Css Color HEX #3D28D7 Han Purple

📋 copy color: '#3D28D7'

red 61 ◦ green 40 ◦ blue 215

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

Shades of Han Purple #3D28D7

Tints of Han Purple #3D28D7

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.66%

 BLUE value IS 215 (84.38% from 255) = 68.04%

R = 19.3%
G = 12.66%
B = 68.04%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3D28D7 (or 0x3D28D7) is known color: Han Purple. HEX triplet: 3D, 28 and D7. RGB value is (61,40,215). Sum of RGB (Red+Green+Blue) = 61+40+215=316 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.30% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 215 (84.38% from 255 or 68.04% from 316); Max value from RGB is 215 - color contains mainly: blue. Hex color #3D28D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D28D7 is #C2D728. Grayscale: #414141. Windows color (decimal): -12769065 or 14100541. OLE color: 14100541.

HSL color Cylindrical-coordinate representation of color #3D28D7: hue angle of 247.2º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3D28D7 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 61 40 215 -
CMYK 0.72 0.81 0 0.16
HSL 247.2º 0.69% 0.5% -
HSV(B) 247.2º 0.81% 0.84% -
XYZ 14.95 7.42 64.93 -
YUV 66.23 211.96 124.27 -
System Red Green Blue C M Y K H S L
Decimal 61 40 215 0.72 0.81 0 0.16 247.2 0.69 0.5
Hex 3D 28 D7 48 51 0 10 F7 45 32
Octal 75 50 327 110 121 0 20 367 105 62
Binary 111101 101000 11010111 1001000 1010001 0 10000 11110111 1000101 110010

Color Harmonies of #3D28D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D28D7

Black with #3D28D7

Text Example


Text Example

White with #3D28D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,40,215); }

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

background-color css

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

 a { background-color: rgb(61,40,215); }

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

border-color css

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

 span { border-color: rgb(61,40,215); }

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