Html Css Color HEX #362CFA Han Purple

📋 copy color: '#362CFA'

red 54 ◦ green 44 ◦ blue 250

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

Shades of Han Purple #362CFA

Tints of Han Purple #362CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 71.84%

R = 15.52%
G = 12.64%
B = 71.84%

CMYK

 C value IS 0.78

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#362CFA (or 0x362CFA) is known color: Han Purple. HEX triplet: 36, 2C and FA. RGB value is (54,44,250). Sum of RGB (Red+Green+Blue) = 54+44+250=348 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.52% from 348); Green value is 44 (17.58% from 255 or 12.64% from 348); Blue value is 250 (98.05% from 255 or 71.84% from 348); Max value from RGB is 250 - color contains mainly: blue. Hex color #362CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #362CFA is #C9D305. Grayscale: #454545. Windows color (decimal): -13226758 or 16395318. OLE color: 16395318.

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

Color convert

RGB 54 44 250 -
CMYK 0.78 0.82 0 0.02
HSL 242.91º 0.95% 0.58% -
HSV(B) 242.91º 0.82% 0.98% -
XYZ 19.68 9.49 91.24 -
YUV 70.47 229.31 116.25 -
System Red Green Blue C M Y K H S L
Decimal 54 44 250 0.78 0.82 0 0.02 242.91 0.95 0.58
Hex 36 2C FA 4E 52 0 2 F3 5F 3A
Octal 66 54 372 116 122 0 2 363 137 72
Binary 110110 101100 11111010 1001110 1010010 0 10 11110011 1011111 111010

Color Harmonies of #362CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362CFA

Black with #362CFA

Text Example


Text Example

White with #362CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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