Html Css Color HEX #361282 Persian Indigo

📋 copy color: '#361282'

red 54 ◦ green 18 ◦ blue 130

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

Shades of Persian Indigo #361282

Tints of Persian Indigo #361282

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.91%

 BLUE value IS 130 (51.17% from 255) = 64.36%

R = 26.73%
G = 8.91%
B = 64.36%

CMYK

 C value IS 0.58

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#361282 (or 0x361282) is known color: Persian Indigo. HEX triplet: 36, 12 and 82. RGB value is (54,18,130). Sum of RGB (Red+Green+Blue) = 54+18+130=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 130 (51.17% from 255 or 64.36% from 202); Max value from RGB is 130 - color contains mainly: blue. Hex color #361282 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361282 is #C9ED7D. Grayscale: #292929. Windows color (decimal): -13233534 or 8524342. OLE color: 8524342.

HSL color Cylindrical-coordinate representation of color #361282: hue angle of 259.29º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #361282 is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 18 130 -
CMYK 0.58 0.86 0 0.49
HSL 259.29º 0.76% 0.29% -
HSV(B) 259.29º 0.86% 0.51% -
XYZ 5.77 2.83 21.36 -
YUV 41.53 177.93 136.89 -
System Red Green Blue C M Y K H S L
Decimal 54 18 130 0.58 0.86 0 0.49 259.29 0.76 0.29
Hex 36 12 82 3A 56 0 31 103 4C 1D
Octal 66 22 202 72 126 0 61 403 114 35
Binary 110110 10010 10000010 111010 1010110 0 110001 100000011 1001100 11101

Color Harmonies of #361282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361282

Black with #361282

Text Example


Text Example

White with #361282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361282; }

 p { color: rgb(54,18,130); }

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

background-color css

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

 a { background-color: rgb(54,18,130); }

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

border-color css

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

 span { border-color: rgb(54,18,130); }

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