Html Css Color HEX #361792 Persian Indigo

📋 copy color: '#361792'

red 54 ◦ green 23 ◦ blue 146

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

Shades of Persian Indigo #361792

Tints of Persian Indigo #361792

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.31%

 BLUE value IS 146 (57.42% from 255) = 65.47%

R = 24.22%
G = 10.31%
B = 65.47%

CMYK

 C value IS 0.63

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#361792 (or 0x361792) is known color: Persian Indigo. HEX triplet: 36, 17 and 92. RGB value is (54,23,146). Sum of RGB (Red+Green+Blue) = 54+23+146=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 146 (57.42% from 255 or 65.47% from 223); Max value from RGB is 146 - color contains mainly: blue. Hex color #361792 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361792 is #C9E86D. Grayscale: #2D2D2D. Windows color (decimal): -13232238 or 9574198. OLE color: 9574198.

HSL color Cylindrical-coordinate representation of color #361792: hue angle of 255.12º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #361792 is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 54 23 146 -
CMYK 0.63 0.84 0 0.43
HSL 255.12º 0.73% 0.33% -
HSV(B) 255.12º 0.84% 0.57% -
XYZ 7.02 3.47 27.49 -
YUV 46.29 184.27 133.5 -
System Red Green Blue C M Y K H S L
Decimal 54 23 146 0.63 0.84 0 0.43 255.12 0.73 0.33
Hex 36 17 92 3F 54 0 2B FF 49 21
Octal 66 27 222 77 124 0 53 377 111 41
Binary 110110 10111 10010010 111111 1010100 0 101011 11111111 1001001 100001

Color Harmonies of #361792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361792

Black with #361792

Text Example


Text Example

White with #361792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361792; }

 p { color: rgb(54,23,146); }

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

background-color css

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

 a { background-color: rgb(54,23,146); }

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

border-color css

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

 span { border-color: rgb(54,23,146); }

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