Html Css Color HEX #3501D2 Han Purple

📋 copy color: '#3501D2'

red 53 ◦ green 1 ◦ blue 210

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

Shades of Han Purple #3501D2

Tints of Han Purple #3501D2

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 210 (82.42% from 255) = 79.55%

R = 20.08%
G = 0.38%
B = 79.55%

CMYK

 C value IS 0.75

 M value IS 1.00

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3501D2 (or 0x3501D2) is known color: Han Purple. HEX triplet: 35, 01 and D2. RGB value is (53,1,210). Sum of RGB (Red+Green+Blue) = 53+1+210=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 210 (82.42% from 255 or 79.55% from 264); Max value from RGB is 210 - color contains mainly: blue. Hex color #3501D2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3501D2 is #CAFE2D. Grayscale: #272727. Windows color (decimal): -13303342 or 13762869. OLE color: 13762869.

HSL color Cylindrical-coordinate representation of color #3501D2: hue angle of 254.93º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3501D2 is Cyan = 0.75, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 53 1 210 -
CMYK 0.75 1.00 0 0.18
HSL 254.93º 0.99% 0.41% -
HSV(B) 254.93º 1% 0.82% -
XYZ 13.11 5.43 61.33 -
YUV 40.37 223.73 137.01 -
System Red Green Blue C M Y K H S L
Decimal 53 1 210 0.75 1.00 0 0.18 254.93 0.99 0.41
Hex 35 1 D2 4B 64 0 12 FF 63 29
Octal 65 1 322 113 144 0 22 377 143 51
Binary 110101 1 11010010 1001011 1100100 0 10010 11111111 1100011 101001

Color Harmonies of #3501D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3501D2

Black with #3501D2

Text Example


Text Example

White with #3501D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3501D2; }

 p { color: rgb(53,1,210); }

 H1.HeaderClassName
 {
   color: #3501D2;
 }
 .AnyTagClassName
 {
   color: #3501D2;
 }
</style>

background-color css

<style>
 a { background-color: #3501D2; }

 a { background-color: rgb(53,1,210); }

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

border-color css

<style>
 span { border-color: #3501D2; }

 span { border-color: rgb(53,1,210); }

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