Html Css Color HEX #3500FF Han Purple

📋 copy color: '#3500FF'

red 53 ◦ green 0 ◦ blue 255

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

Shades of Han Purple #3500FF

Tints of Han Purple #3500FF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 255 (100% from 255) = 82.79%

R = 17.21%
G = 0%
B = 82.79%

CMYK

 C value IS 0.79

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3500FF (or 0x3500FF) is known color: Han Purple. HEX triplet: 35, 00 and FF. RGB value is (53,0,255). Sum of RGB (Red+Green+Blue) = 53+0+255=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 255 (100% from 255 or 82.79% from 308); Max value from RGB is 255 - color contains mainly: blue. Hex color #3500FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3500FF is #CAFF00. Grayscale: #2B2B2B. Windows color (decimal): -13303553 or 16711733. OLE color: 16711733.

HSL color Cylindrical-coordinate representation of color #3500FF: hue angle of 252.47º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3500FF is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 53 0 255 -
CMYK 0.79 1 0 0
HSL 252.47º 1% 0.5% -
HSV(B) 252.47º 1% 1% -
XYZ 19.52 7.98 95.12 -
YUV 44.92 246.56 133.77 -
System Red Green Blue C M Y K H S L
Decimal 53 0 255 0.79 1 0 0 252.47 1 0.5
Hex 35 0 FF 4F 64 0 0 FC 64 32
Octal 65 0 377 117 144 0 0 374 144 62
Binary 110101 0 11111111 1001111 1100100 0 0 11111100 1100100 110010

Color Harmonies of #3500FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3500FF

Black with #3500FF

Text Example


Text Example

White with #3500FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3500FF; }

 p { color: rgb(53,0,255); }

 H1.HeaderClassName
 {
   color: #3500FF;
 }
 .AnyTagClassName
 {
   color: #3500FF;
 }
</style>

background-color css

<style>
 a { background-color: #3500FF; }

 a { background-color: rgb(53,0,255); }

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

border-color css

<style>
 span { border-color: #3500FF; }

 span { border-color: rgb(53,0,255); }

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