Html Css Color HEX #3705D5 Han Purple

📋 copy color: '#3705D5'

red 55 ◦ green 5 ◦ blue 213

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

Shades of Han Purple #3705D5

Tints of Han Purple #3705D5

RGB

 RED value IS 55 (21.88% from 255) = 20.15%

 GREEN value IS 5 (2.34% from 255) = 1.83%

 BLUE value IS 213 (83.59% from 255) = 78.02%

R = 20.15%
G = 1.83%
B = 78.02%

CMYK

 C value IS 0.74

 M value IS 0.98

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3705D5 (or 0x3705D5) is known color: Han Purple. HEX triplet: 37, 05 and D5. RGB value is (55,5,213). Sum of RGB (Red+Green+Blue) = 55+5+213=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 213 (83.59% from 255 or 78.02% from 273); Max value from RGB is 213 - color contains mainly: blue. Hex color #3705D5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3705D5 is #C8FA2A. Grayscale: #2A2A2A. Windows color (decimal): -13171243 or 13960503. OLE color: 13960503.

HSL color Cylindrical-coordinate representation of color #3705D5: hue angle of 254.42º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3705D5 is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 55 5 213 -
CMYK 0.74 0.98 0 0.16
HSL 254.42º 0.95% 0.43% -
HSV(B) 254.42º 0.98% 0.84% -
XYZ 13.64 5.72 63.34 -
YUV 43.66 223.57 136.09 -
System Red Green Blue C M Y K H S L
Decimal 55 5 213 0.74 0.98 0 0.16 254.42 0.95 0.43
Hex 37 5 D5 4A 62 0 10 FE 5F 2B
Octal 67 5 325 112 142 0 20 376 137 53
Binary 110111 101 11010101 1001010 1100010 0 10000 11111110 1011111 101011

Color Harmonies of #3705D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3705D5

Black with #3705D5

Text Example


Text Example

White with #3705D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3705D5; }

 p { color: rgb(55,5,213); }

 H1.HeaderClassName
 {
   color: #3705D5;
 }
 .AnyTagClassName
 {
   color: #3705D5;
 }
</style>

background-color css

<style>
 a { background-color: #3705D5; }

 a { background-color: rgb(55,5,213); }

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

border-color css

<style>
 span { border-color: #3705D5; }

 span { border-color: rgb(55,5,213); }

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