Html Css Color HEX #361482 Persian Indigo

📋 copy color: '#361482'

red 54 ◦ green 20 ◦ blue 130

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

Shades of Persian Indigo #361482

Tints of Persian Indigo #361482

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.8%

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

R = 26.47%
G = 9.8%
B = 63.73%

CMYK

 C value IS 0.58

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#361482 (or 0x361482) is known color: Persian Indigo. HEX triplet: 36, 14 and 82. RGB value is (54,20,130). Sum of RGB (Red+Green+Blue) = 54+20+130=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 130 (51.17% from 255 or 63.73% from 204); Max value from RGB is 130 - color contains mainly: blue. Hex color #361482 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361482 is #C9EB7D. Grayscale: #2A2A2A. Windows color (decimal): -13233022 or 8524854. OLE color: 8524854.

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

Color convert

RGB 54 20 130 -
CMYK 0.58 0.85 0 0.49
HSL 258.55º 0.73% 0.29% -
HSV(B) 258.55º 0.85% 0.51% -
XYZ 5.8 2.9 21.37 -
YUV 42.71 177.26 136.06 -
System Red Green Blue C M Y K H S L
Decimal 54 20 130 0.58 0.85 0 0.49 258.55 0.73 0.29
Hex 36 14 82 3A 55 0 31 103 49 1D
Octal 66 24 202 72 125 0 61 403 111 35
Binary 110110 10100 10000010 111010 1010101 0 110001 100000011 1001001 11101

Color Harmonies of #361482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361482

Black with #361482

Text Example


Text Example

White with #361482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361482; }

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

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

background-color css

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

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

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

border-color css

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

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

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