Html Css Color HEX #3D26CE Purple Heart

📋 copy color: '#3D26CE'

red 61 ◦ green 38 ◦ blue 206

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

Shades of Purple Heart #3D26CE

Tints of Purple Heart #3D26CE

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.46%

 BLUE value IS 206 (80.86% from 255) = 67.54%

R = 20%
G = 12.46%
B = 67.54%

CMYK

 C value IS 0.70

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3D26CE (or 0x3D26CE) is known color: Purple Heart. HEX triplet: 3D, 26 and CE. RGB value is (61,38,206). Sum of RGB (Red+Green+Blue) = 61+38+206=305 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 206 (80.86% from 255 or 67.54% from 305); Max value from RGB is 206 - color contains mainly: blue. Hex color #3D26CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D26CE is #C2D931. Grayscale: #3F3F3F. Windows color (decimal): -12769586 or 13510205. OLE color: 13510205.

HSL color Cylindrical-coordinate representation of color #3D26CE: hue angle of 248.21º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3D26CE is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 61 38 206 -
CMYK 0.70 0.82 0 0.19
HSL 248.21º 0.69% 0.48% -
HSV(B) 248.21º 0.82% 0.81% -
XYZ 13.76 6.83 58.99 -
YUV 64.03 208.12 125.84 -
System Red Green Blue C M Y K H S L
Decimal 61 38 206 0.70 0.82 0 0.19 248.21 0.69 0.48
Hex 3D 26 CE 46 52 0 13 F8 45 30
Octal 75 46 316 106 122 0 23 370 105 60
Binary 111101 100110 11001110 1000110 1010010 0 10011 11111000 1000101 110000

Color Harmonies of #3D26CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D26CE

Black with #3D26CE

Text Example


Text Example

White with #3D26CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,38,206); }

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

background-color css

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

 a { background-color: rgb(61,38,206); }

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

border-color css

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

 span { border-color: rgb(61,38,206); }

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