Html Css Color HEX #360D75 Persian Indigo

📋 copy color: '#360D75'

red 54 ◦ green 13 ◦ blue 117

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

Shades of Persian Indigo #360D75

Tints of Persian Indigo #360D75

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.07%

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

R = 29.35%
G = 7.07%
B = 63.59%

CMYK

 C value IS 0.54

 M value IS 0.89

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#360D75 (or 0x360D75) is known color: Persian Indigo. HEX triplet: 36, 0D and 75. RGB value is (54,13,117). Sum of RGB (Red+Green+Blue) = 54+13+117=184 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.35% from 184); Green value is 13 (5.47% from 255 or 7.07% from 184); Blue value is 117 (46.09% from 255 or 63.59% from 184); Max value from RGB is 117 - color contains mainly: blue. Hex color #360D75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360D75 is #C9F28A. Grayscale: #242424. Windows color (decimal): -13234827 or 7671094. OLE color: 7671094.

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

Color convert

RGB 54 13 117 -
CMYK 0.54 0.89 0 0.54
HSL 263.65º 0.8% 0.25% -
HSV(B) 263.65º 0.89% 0.46% -
XYZ 4.88 2.36 17.03 -
YUV 37.12 173.08 140.04 -
System Red Green Blue C M Y K H S L
Decimal 54 13 117 0.54 0.89 0 0.54 263.65 0.8 0.25
Hex 36 D 75 36 59 0 36 108 50 19
Octal 66 15 165 66 131 0 66 410 120 31
Binary 110110 1101 1110101 110110 1011001 0 110110 100001000 1010000 11001

Color Harmonies of #360D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360D75

Black with #360D75

Text Example


Text Example

White with #360D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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