Html Css Color HEX #361FEA Han Purple

📋 copy color: '#361FEA'

red 54 ◦ green 31 ◦ blue 234

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

Shades of Han Purple #361FEA

Tints of Han Purple #361FEA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.72%

 BLUE value IS 234 (91.8% from 255) = 73.35%

R = 16.93%
G = 9.72%
B = 73.35%

CMYK

 C value IS 0.77

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#361FEA (or 0x361FEA) is known color: Han Purple. HEX triplet: 36, 1F and EA. RGB value is (54,31,234). Sum of RGB (Red+Green+Blue) = 54+31+234=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 31 (12.5% from 255 or 9.72% from 319); Blue value is 234 (91.80% from 255 or 73.35% from 319); Max value from RGB is 234 - color contains mainly: blue. Hex color #361FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #361FEA is #C9E015. Grayscale: #3C3C3C. Windows color (decimal): -13230102 or 15343414. OLE color: 15343414.

HSL color Cylindrical-coordinate representation of color #361FEA: hue angle of 246.8º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #361FEA is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 54 31 234 -
CMYK 0.77 0.87 0 0.08
HSL 246.8º 0.83% 0.52% -
HSV(B) 246.8º 0.87% 0.92% -
XYZ 16.86 7.7 78.44 -
YUV 61.02 225.62 122.99 -
System Red Green Blue C M Y K H S L
Decimal 54 31 234 0.77 0.87 0 0.08 246.8 0.83 0.52
Hex 36 1F EA 4D 57 0 8 F7 53 34
Octal 66 37 352 115 127 0 10 367 123 64
Binary 110110 11111 11101010 1001101 1010111 0 1000 11110111 1010011 110100

Color Harmonies of #361FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361FEA

Black with #361FEA

Text Example


Text Example

White with #361FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,31,234); }

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

background-color css

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

 a { background-color: rgb(54,31,234); }

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

border-color css

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

 span { border-color: rgb(54,31,234); }

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