Html Css Color HEX #3D25EE Han Purple

📋 copy color: '#3D25EE'

red 61 ◦ green 37 ◦ blue 238

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

Shades of Han Purple #3D25EE

Tints of Han Purple #3D25EE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.01%

 BLUE value IS 238 (93.36% from 255) = 70.83%

R = 18.15%
G = 11.01%
B = 70.83%

CMYK

 C value IS 0.74

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3D25EE (or 0x3D25EE) is known color: Han Purple. HEX triplet: 3D, 25 and EE. RGB value is (61,37,238). Sum of RGB (Red+Green+Blue) = 61+37+238=336 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.15% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 238 (93.36% from 255 or 70.83% from 336); Max value from RGB is 238 - color contains mainly: blue. Hex color #3D25EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D25EE is #C2DA11. Grayscale: #424242. Windows color (decimal): -12769810 or 15607101. OLE color: 15607101.

HSL color Cylindrical-coordinate representation of color #3D25EE: hue angle of 247.16º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3D25EE is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 61 37 238 -
CMYK 0.74 0.84 0 0.07
HSL 247.16º 0.86% 0.54% -
HSV(B) 247.16º 0.84% 0.93% -
XYZ 18.02 8.49 81.58 -
YUV 67.09 224.45 123.66 -
System Red Green Blue C M Y K H S L
Decimal 61 37 238 0.74 0.84 0 0.07 247.16 0.86 0.54
Hex 3D 25 EE 4A 54 0 7 F7 56 36
Octal 75 45 356 112 124 0 7 367 126 66
Binary 111101 100101 11101110 1001010 1010100 0 111 11110111 1010110 110110

Color Harmonies of #3D25EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D25EE

Black with #3D25EE

Text Example


Text Example

White with #3D25EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,37,238); }

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

background-color css

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

 a { background-color: rgb(61,37,238); }

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

border-color css

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

 span { border-color: rgb(61,37,238); }

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