Html Css Color HEX #361CFB Han Purple

📋 copy color: '#361CFB'

red 54 ◦ green 28 ◦ blue 251

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

Shades of Han Purple #361CFB

Tints of Han Purple #361CFB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.41%

 BLUE value IS 251 (98.44% from 255) = 75.38%

R = 16.22%
G = 8.41%
B = 75.38%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#361CFB (or 0x361CFB) is known color: Han Purple. HEX triplet: 36, 1C and FB. RGB value is (54,28,251). Sum of RGB (Red+Green+Blue) = 54+28+251=333 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.22% from 333); Green value is 28 (11.33% from 255 or 8.41% from 333); Blue value is 251 (98.44% from 255 or 75.38% from 333); Max value from RGB is 251 - color contains mainly: blue. Hex color #361CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #361CFB is #C9E304. Grayscale: #3C3C3C. Windows color (decimal): -13230853 or 16456758. OLE color: 16456758.

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

Color convert

RGB 54 28 251 -
CMYK 0.78 0.89 0 0.02
HSL 247º 0.97% 0.55% -
HSV(B) 247º 0.89% 0.98% -
XYZ 19.35 8.58 91.9 -
YUV 61.2 235.11 122.87 -
System Red Green Blue C M Y K H S L
Decimal 54 28 251 0.78 0.89 0 0.02 247 0.97 0.55
Hex 36 1C FB 4E 59 0 2 F7 61 37
Octal 66 34 373 116 131 0 2 367 141 67
Binary 110110 11100 11111011 1001110 1011001 0 10 11110111 1100001 110111

Color Harmonies of #361CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361CFB

Black with #361CFB

Text Example


Text Example

White with #361CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,28,251); }

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

background-color css

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

 a { background-color: rgb(54,28,251); }

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

border-color css

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

 span { border-color: rgb(54,28,251); }

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