Html Css Color HEX #3502CE Han Purple

📋 copy color: '#3502CE'

red 53 ◦ green 2 ◦ blue 206

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

Shades of Han Purple #3502CE

Tints of Han Purple #3502CE

RGB

 RED value IS 53 (21.09% from 255) = 20.31%

 GREEN value IS 2 (1.17% from 255) = 0.77%

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

R = 20.31%
G = 0.77%
B = 78.93%

CMYK

 C value IS 0.74

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3502CE (or 0x3502CE) is known color: Han Purple. HEX triplet: 35, 02 and CE. RGB value is (53,2,206). Sum of RGB (Red+Green+Blue) = 53+2+206=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 206 (80.86% from 255 or 78.93% from 261); Max value from RGB is 206 - color contains mainly: blue. Hex color #3502CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3502CE is #CAFD31. Grayscale: #272727. Windows color (decimal): -13303090 or 13500981. OLE color: 13500981.

HSL color Cylindrical-coordinate representation of color #3502CE: hue angle of 255º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3502CE is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 2 206 -
CMYK 0.74 0.99 0 0.19
HSL 255º 0.98% 0.41% -
HSV(B) 255º 0.99% 0.81% -
XYZ 12.63 5.26 58.74 -
YUV 40.51 221.4 136.91 -
System Red Green Blue C M Y K H S L
Decimal 53 2 206 0.74 0.99 0 0.19 255 0.98 0.41
Hex 35 2 CE 4A 63 0 13 FF 62 29
Octal 65 2 316 112 143 0 23 377 142 51
Binary 110101 10 11001110 1001010 1100011 0 10011 11111111 1100010 101001

Color Harmonies of #3502CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3502CE

Black with #3502CE

Text Example


Text Example

White with #3502CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3502CE; }

 p { color: rgb(53,2,206); }

 H1.HeaderClassName
 {
   color: #3502CE;
 }
 .AnyTagClassName
 {
   color: #3502CE;
 }
</style>

background-color css

<style>
 a { background-color: #3502CE; }

 a { background-color: rgb(53,2,206); }

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

border-color css

<style>
 span { border-color: #3502CE; }

 span { border-color: rgb(53,2,206); }

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