Html Css Color HEX #3508DD Han Purple

📋 copy color: '#3508DD'

red 53 ◦ green 8 ◦ blue 221

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

Shades of Han Purple #3508DD

Tints of Han Purple #3508DD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.84%

 BLUE value IS 221 (86.72% from 255) = 78.37%

R = 18.79%
G = 2.84%
B = 78.37%

CMYK

 C value IS 0.76

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3508DD (or 0x3508DD) is known color: Han Purple. HEX triplet: 35, 08 and DD. RGB value is (53,8,221). Sum of RGB (Red+Green+Blue) = 53+8+221=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 221 (86.72% from 255 or 78.37% from 282); Max value from RGB is 221 - color contains mainly: blue. Hex color #3508DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3508DD is #CAF722. Grayscale: #2C2C2C. Windows color (decimal): -13301539 or 14485557. OLE color: 14485557.

HSL color Cylindrical-coordinate representation of color #3508DD: hue angle of 252.68º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3508DD is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 8 221 -
CMYK 0.76 0.96 0 0.13
HSL 252.68º 0.93% 0.45% -
HSV(B) 252.68º 0.96% 0.87% -
XYZ 14.61 6.15 68.82 -
YUV 45.74 226.91 133.18 -
System Red Green Blue C M Y K H S L
Decimal 53 8 221 0.76 0.96 0 0.13 252.68 0.93 0.45
Hex 35 8 DD 4C 60 0 D FD 5D 2D
Octal 65 10 335 114 140 0 15 375 135 55
Binary 110101 1000 11011101 1001100 1100000 0 1101 11111101 1011101 101101

Color Harmonies of #3508DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3508DD

Black with #3508DD

Text Example


Text Example

White with #3508DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3508DD; }

 p { color: rgb(53,8,221); }

 H1.HeaderClassName
 {
   color: #3508DD;
 }
 .AnyTagClassName
 {
   color: #3508DD;
 }
</style>

background-color css

<style>
 a { background-color: #3508DD; }

 a { background-color: rgb(53,8,221); }

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

border-color css

<style>
 span { border-color: #3508DD; }

 span { border-color: rgb(53,8,221); }

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