Html Css Color HEX #361675 Persian Indigo

📋 copy color: '#361675'

red 54 ◦ green 22 ◦ blue 117

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

Shades of Persian Indigo #361675

Tints of Persian Indigo #361675

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.4%

 BLUE value IS 117 (46.09% from 255) = 60.62%

R = 27.98%
G = 11.4%
B = 60.62%

CMYK

 C value IS 0.54

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#361675 (or 0x361675) is known color: Persian Indigo. HEX triplet: 36, 16 and 75. RGB value is (54,22,117). Sum of RGB (Red+Green+Blue) = 54+22+117=193 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.98% from 193); Green value is 22 (8.98% from 255 or 11.40% from 193); Blue value is 117 (46.09% from 255 or 60.62% from 193); Max value from RGB is 117 - color contains mainly: blue. Hex color #361675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361675 is #C9E98A. Grayscale: #2A2A2A. Windows color (decimal): -13232523 or 7673398. OLE color: 7673398.

HSL color Cylindrical-coordinate representation of color #361675: hue angle of 260.21º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #361675 is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 22 117 -
CMYK 0.54 0.81 0 0.54
HSL 260.21º 0.68% 0.27% -
HSV(B) 260.21º 0.81% 0.46% -
XYZ 5.02 2.64 17.08 -
YUV 42.4 170.1 136.28 -
System Red Green Blue C M Y K H S L
Decimal 54 22 117 0.54 0.81 0 0.54 260.21 0.68 0.27
Hex 36 16 75 36 51 0 36 104 44 1B
Octal 66 26 165 66 121 0 66 404 104 33
Binary 110110 10110 1110101 110110 1010001 0 110110 100000100 1000100 11011

Color Harmonies of #361675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361675

Black with #361675

Text Example


Text Example

White with #361675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361675; }

 p { color: rgb(54,22,117); }

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

background-color css

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

 a { background-color: rgb(54,22,117); }

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

border-color css

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

 span { border-color: rgb(54,22,117); }

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