Html Css Color HEX #361B73 Persian Indigo

📋 copy color: '#361B73'

red 54 ◦ green 27 ◦ blue 115

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

Shades of Persian Indigo #361B73

Tints of Persian Indigo #361B73

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.78%

 BLUE value IS 115 (45.31% from 255) = 58.67%

R = 27.55%
G = 13.78%
B = 58.67%

CMYK

 C value IS 0.53

 M value IS 0.77

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#361B73 (or 0x361B73) is known color: Persian Indigo. HEX triplet: 36, 1B and 73. RGB value is (54,27,115). Sum of RGB (Red+Green+Blue) = 54+27+115=196 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.55% from 196); Green value is 27 (10.94% from 255 or 13.78% from 196); Blue value is 115 (45.31% from 255 or 58.67% from 196); Max value from RGB is 115 - color contains mainly: blue. Hex color #361B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361B73 is #C9E48C. Grayscale: #2C2C2C. Windows color (decimal): -13231245 or 7543606. OLE color: 7543606.

HSL color Cylindrical-coordinate representation of color #361B73: hue angle of 258.41º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #361B73 is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 27 115 -
CMYK 0.53 0.77 0 0.55
HSL 258.41º 0.62% 0.28% -
HSV(B) 258.41º 0.77% 0.45% -
XYZ 5.01 2.81 16.5 -
YUV 45.11 167.45 134.34 -
System Red Green Blue C M Y K H S L
Decimal 54 27 115 0.53 0.77 0 0.55 258.41 0.62 0.28
Hex 36 1B 73 35 4D 0 37 102 3E 1C
Octal 66 33 163 65 115 0 67 402 76 34
Binary 110110 11011 1110011 110101 1001101 0 110111 100000010 111110 11100

Color Harmonies of #361B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361B73

Black with #361B73

Text Example


Text Example

White with #361B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,27,115); }

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

background-color css

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

 a { background-color: rgb(54,27,115); }

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

border-color css

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

 span { border-color: rgb(54,27,115); }

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