Html Css Color HEX #362DF2 Han Purple

📋 copy color: '#362DF2'

red 54 ◦ green 45 ◦ blue 242

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

Shades of Han Purple #362DF2

Tints of Han Purple #362DF2

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.2%

 BLUE value IS 242 (94.92% from 255) = 70.97%

R = 15.84%
G = 13.2%
B = 70.97%

CMYK

 C value IS 0.78

 M value IS 0.81

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#362DF2 (or 0x362DF2) is known color: Han Purple. HEX triplet: 36, 2D and F2. RGB value is (54,45,242). Sum of RGB (Red+Green+Blue) = 54+45+242=341 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.84% from 341); Green value is 45 (17.97% from 255 or 13.20% from 341); Blue value is 242 (94.92% from 255 or 70.97% from 341); Max value from RGB is 242 - color contains mainly: blue. Hex color #362DF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #362DF2 is #C9D20D. Grayscale: #454545. Windows color (decimal): -13226510 or 15871286. OLE color: 15871286.

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

Color convert

RGB 54 45 242 -
CMYK 0.78 0.81 0 0.05
HSL 242.74º 0.88% 0.56% -
HSV(B) 242.74º 0.81% 0.95% -
XYZ 18.49 9.07 84.78 -
YUV 70.15 224.98 116.48 -
System Red Green Blue C M Y K H S L
Decimal 54 45 242 0.78 0.81 0 0.05 242.74 0.88 0.56
Hex 36 2D F2 4E 51 0 5 F3 58 38
Octal 66 55 362 116 121 0 5 363 130 70
Binary 110110 101101 11110010 1001110 1010001 0 101 11110011 1011000 111000

Color Harmonies of #362DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362DF2

Black with #362DF2

Text Example


Text Example

White with #362DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,45,242); }

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

background-color css

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

 a { background-color: rgb(54,45,242); }

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

border-color css

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

 span { border-color: rgb(54,45,242); }

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