Html Css Color HEX #362AEF Han Purple

📋 copy color: '#362AEF'

red 54 ◦ green 42 ◦ blue 239

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

Shades of Han Purple #362AEF

Tints of Han Purple #362AEF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.54%

 BLUE value IS 239 (93.75% from 255) = 71.34%

R = 16.12%
G = 12.54%
B = 71.34%

CMYK

 C value IS 0.77

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#362AEF (or 0x362AEF) is known color: Han Purple. HEX triplet: 36, 2A and EF. RGB value is (54,42,239). Sum of RGB (Red+Green+Blue) = 54+42+239=335 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.12% from 335); Green value is 42 (16.80% from 255 or 12.54% from 335); Blue value is 239 (93.75% from 255 or 71.34% from 335); Max value from RGB is 239 - color contains mainly: blue. Hex color #362AEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #362AEF is #C9D510. Grayscale: #434343. Windows color (decimal): -13227281 or 15673910. OLE color: 15673910.

HSL color Cylindrical-coordinate representation of color #362AEF: hue angle of 243.65º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #362AEF is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 54 42 239 -
CMYK 0.77 0.82 0 0.06
HSL 243.65º 0.86% 0.55% -
HSV(B) 243.65º 0.82% 0.94% -
XYZ 17.93 8.67 82.39 -
YUV 68.05 224.48 117.98 -
System Red Green Blue C M Y K H S L
Decimal 54 42 239 0.77 0.82 0 0.06 243.65 0.86 0.55
Hex 36 2A EF 4D 52 0 6 F4 56 37
Octal 66 52 357 115 122 0 6 364 126 67
Binary 110110 101010 11101111 1001101 1010010 0 110 11110100 1010110 110111

Color Harmonies of #362AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362AEF

Black with #362AEF

Text Example


Text Example

White with #362AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,42,239); }

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

background-color css

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

 a { background-color: rgb(54,42,239); }

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

border-color css

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

 span { border-color: rgb(54,42,239); }

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