Html Css Color HEX #362CF1 Han Purple

📋 copy color: '#362CF1'

red 54 ◦ green 44 ◦ blue 241

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

Shades of Han Purple #362CF1

Tints of Han Purple #362CF1

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.98%

 BLUE value IS 241 (94.53% from 255) = 71.09%

R = 15.93%
G = 12.98%
B = 71.09%

CMYK

 C value IS 0.78

 M value IS 0.82

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#362CF1 (or 0x362CF1) is known color: Han Purple. HEX triplet: 36, 2C and F1. RGB value is (54,44,241). Sum of RGB (Red+Green+Blue) = 54+44+241=339 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.93% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 241 (94.53% from 255 or 71.09% from 339); Max value from RGB is 241 - color contains mainly: blue. Hex color #362CF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #362CF1 is #C9D30E. Grayscale: #444444. Windows color (decimal): -13226767 or 15805494. OLE color: 15805494.

HSL color Cylindrical-coordinate representation of color #362CF1: hue angle of 243.05º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #362CF1 is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 54 44 241 -
CMYK 0.78 0.82 0 0.05
HSL 243.05º 0.88% 0.56% -
HSV(B) 243.05º 0.82% 0.95% -
XYZ 18.3 8.94 83.98 -
YUV 69.45 224.81 116.98 -
System Red Green Blue C M Y K H S L
Decimal 54 44 241 0.78 0.82 0 0.05 243.05 0.88 0.56
Hex 36 2C F1 4E 52 0 5 F3 58 38
Octal 66 54 361 116 122 0 5 363 130 70
Binary 110110 101100 11110001 1001110 1010010 0 101 11110011 1011000 111000

Color Harmonies of #362CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362CF1

Black with #362CF1

Text Example


Text Example

White with #362CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362CF1; }

 p { color: rgb(54,44,241); }

 H1.HeaderClassName
 {
   color: #362CF1;
 }
 .AnyTagClassName
 {
   color: #362CF1;
 }
</style>

background-color css

<style>
 a { background-color: #362CF1; }

 a { background-color: rgb(54,44,241); }

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

border-color css

<style>
 span { border-color: #362CF1; }

 span { border-color: rgb(54,44,241); }

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