Html Css Color HEX #361D75 Persian Indigo

📋 copy color: '#361D75'

red 54 ◦ green 29 ◦ blue 117

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

Shades of Persian Indigo #361D75

Tints of Persian Indigo #361D75

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.5%

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

R = 27%
G = 14.5%
B = 58.5%

CMYK

 C value IS 0.54

 M value IS 0.75

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#361D75 (or 0x361D75) is known color: Persian Indigo. HEX triplet: 36, 1D and 75. RGB value is (54,29,117). Sum of RGB (Red+Green+Blue) = 54+29+117=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 29 (11.72% from 255 or 14.5% from 200); Blue value is 117 (46.09% from 255 or 58.5% from 200); Max value from RGB is 117 - color contains mainly: blue. Hex color #361D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361D75 is #C9E28A. Grayscale: #2E2E2E. Windows color (decimal): -13230731 or 7675190. OLE color: 7675190.

HSL color Cylindrical-coordinate representation of color #361D75: hue angle of 257.05º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #361D75 is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 29 117 -
CMYK 0.54 0.75 0 0.54
HSL 257.05º 0.6% 0.29% -
HSV(B) 257.05º 0.75% 0.46% -
XYZ 5.17 2.95 17.13 -
YUV 46.51 167.78 133.34 -
System Red Green Blue C M Y K H S L
Decimal 54 29 117 0.54 0.75 0 0.54 257.05 0.6 0.29
Hex 36 1D 75 36 4B 0 36 101 3C 1D
Octal 66 35 165 66 113 0 66 401 74 35
Binary 110110 11101 1110101 110110 1001011 0 110110 100000001 111100 11101

Color Harmonies of #361D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361D75

Black with #361D75

Text Example


Text Example

White with #361D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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