Html Css Color HEX #361074 Persian Indigo

📋 copy color: '#361074'

red 54 ◦ green 16 ◦ blue 116

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

Shades of Persian Indigo #361074

Tints of Persian Indigo #361074

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.6%

 BLUE value IS 116 (45.7% from 255) = 62.37%

R = 29.03%
G = 8.6%
B = 62.37%

CMYK

 C value IS 0.53

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#361074 (or 0x361074) is known color: Persian Indigo. HEX triplet: 36, 10 and 74. RGB value is (54,16,116). Sum of RGB (Red+Green+Blue) = 54+16+116=186 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.03% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 116 (45.70% from 255 or 62.37% from 186); Max value from RGB is 116 - color contains mainly: blue. Hex color #361074 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361074 is #C9EF8B. Grayscale: #262626. Windows color (decimal): -13234060 or 7606326. OLE color: 7606326.

HSL color Cylindrical-coordinate representation of color #361074: hue angle of 262.8º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #361074 is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 16 116 -
CMYK 0.53 0.86 0 0.55
HSL 262.8º 0.76% 0.26% -
HSV(B) 262.8º 0.86% 0.45% -
XYZ 4.86 2.42 16.73 -
YUV 38.76 171.59 138.87 -
System Red Green Blue C M Y K H S L
Decimal 54 16 116 0.53 0.86 0 0.55 262.8 0.76 0.26
Hex 36 10 74 35 56 0 37 107 4C 1A
Octal 66 20 164 65 126 0 67 407 114 32
Binary 110110 10000 1110100 110101 1010110 0 110111 100000111 1001100 11010

Color Harmonies of #361074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361074

Black with #361074

Text Example


Text Example

White with #361074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361074; }

 p { color: rgb(54,16,116); }

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

background-color css

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

 a { background-color: rgb(54,16,116); }

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

border-color css

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

 span { border-color: rgb(54,16,116); }

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