Html Css Color HEX #361CDF Han Purple

📋 copy color: '#361CDF'

red 54 ◦ green 28 ◦ blue 223

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

Shades of Han Purple #361CDF

Tints of Han Purple #361CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 73.11%

R = 17.7%
G = 9.18%
B = 73.11%

CMYK

 C value IS 0.76

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#361CDF (or 0x361CDF) is known color: Han Purple. HEX triplet: 36, 1C and DF. RGB value is (54,28,223). Sum of RGB (Red+Green+Blue) = 54+28+223=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 28 (11.33% from 255 or 9.18% from 305); Blue value is 223 (87.5% from 255 or 73.11% from 305); Max value from RGB is 223 - color contains mainly: blue. Hex color #361CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361CDF is #C9E320. Grayscale: #393939. Windows color (decimal): -13230881 or 14621750. OLE color: 14621750.

HSL color Cylindrical-coordinate representation of color #361CDF: hue angle of 248º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #361CDF is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 54 28 223 -
CMYK 0.76 0.87 0 0.13
HSL 248º 0.78% 0.49% -
HSV(B) 248º 0.87% 0.87% -
XYZ 15.26 6.94 70.35 -
YUV 58 221.11 125.14 -
System Red Green Blue C M Y K H S L
Decimal 54 28 223 0.76 0.87 0 0.13 248 0.78 0.49
Hex 36 1C DF 4C 57 0 D F8 4E 31
Octal 66 34 337 114 127 0 15 370 116 61
Binary 110110 11100 11011111 1001100 1010111 0 1101 11111000 1001110 110001

Color Harmonies of #361CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361CDF

Black with #361CDF

Text Example


Text Example

White with #361CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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