Html Css Color HEX #361BFD Han Purple

📋 copy color: '#361BFD'

red 54 ◦ green 27 ◦ blue 253

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

Shades of Han Purple #361BFD

Tints of Han Purple #361BFD

RGB

 RED value IS 54 (21.48% from 255) = 16.17%

 GREEN value IS 27 (10.94% from 255) = 8.08%

 BLUE value IS 253 (99.22% from 255) = 75.75%

R = 16.17%
G = 8.08%
B = 75.75%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#361BFD (or 0x361BFD) is known color: Han Purple. HEX triplet: 36, 1B and FD. RGB value is (54,27,253). Sum of RGB (Red+Green+Blue) = 54+27+253=334 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.17% from 334); Green value is 27 (10.94% from 255 or 8.08% from 334); Blue value is 253 (99.22% from 255 or 75.75% from 334); Max value from RGB is 253 - color contains mainly: blue. Hex color #361BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #361BFD is #C9E402. Grayscale: #3B3B3B. Windows color (decimal): -13231107 or 16587574. OLE color: 16587574.

HSL color Cylindrical-coordinate representation of color #361BFD: hue angle of 247.17º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #361BFD is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 54 27 253 -
CMYK 0.79 0.89 0 0.01
HSL 247.17º 0.98% 0.55% -
HSV(B) 247.17º 0.89% 0.99% -
XYZ 19.64 8.66 93.56 -
YUV 60.84 236.45 123.12 -
System Red Green Blue C M Y K H S L
Decimal 54 27 253 0.79 0.89 0 0.01 247.17 0.98 0.55
Hex 36 1B FD 4F 59 0 1 F7 62 37
Octal 66 33 375 117 131 0 1 367 142 67
Binary 110110 11011 11111101 1001111 1011001 0 1 11110111 1100010 110111

Color Harmonies of #361BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361BFD

Black with #361BFD

Text Example


Text Example

White with #361BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361BFD; }

 p { color: rgb(54,27,253); }

 H1.HeaderClassName
 {
   color: #361BFD;
 }
 .AnyTagClassName
 {
   color: #361BFD;
 }
</style>

background-color css

<style>
 a { background-color: #361BFD; }

 a { background-color: rgb(54,27,253); }

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

border-color css

<style>
 span { border-color: #361BFD; }

 span { border-color: rgb(54,27,253); }

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