Html Css Color HEX #3D1EEF Han Purple

📋 copy color: '#3D1EEF'

red 61 ◦ green 30 ◦ blue 239

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

Shades of Han Purple #3D1EEF

Tints of Han Purple #3D1EEF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.09%

 BLUE value IS 239 (93.75% from 255) = 72.42%

R = 18.48%
G = 9.09%
B = 72.42%

CMYK

 C value IS 0.74

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3D1EEF (or 0x3D1EEF) is known color: Han Purple. HEX triplet: 3D, 1E and EF. RGB value is (61,30,239). Sum of RGB (Red+Green+Blue) = 61+30+239=330 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.48% from 330); Green value is 30 (12.11% from 255 or 9.09% from 330); Blue value is 239 (93.75% from 255 or 72.42% from 330); Max value from RGB is 239 - color contains mainly: blue. Hex color #3D1EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D1EEF is #C2E110. Grayscale: #3E3E3E. Windows color (decimal): -12771601 or 15670845. OLE color: 15670845.

HSL color Cylindrical-coordinate representation of color #3D1EEF: hue angle of 248.9º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3D1EEF is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 61 30 239 -
CMYK 0.74 0.87 0 0.06
HSL 248.9º 0.87% 0.53% -
HSV(B) 248.9º 0.87% 0.94% -
XYZ 17.97 8.15 82.29 -
YUV 63.1 227.27 126.51 -
System Red Green Blue C M Y K H S L
Decimal 61 30 239 0.74 0.87 0 0.06 248.9 0.87 0.53
Hex 3D 1E EF 4A 57 0 6 F9 57 35
Octal 75 36 357 112 127 0 6 371 127 65
Binary 111101 11110 11101111 1001010 1010111 0 110 11111001 1010111 110101

Color Harmonies of #3D1EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1EEF

Black with #3D1EEF

Text Example


Text Example

White with #3D1EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,30,239); }

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

background-color css

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

 a { background-color: rgb(61,30,239); }

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

border-color css

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

 span { border-color: rgb(61,30,239); }

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