Html Css Color HEX #362373 Persian Indigo

📋 copy color: '#362373'

red 54 ◦ green 35 ◦ blue 115

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

Shades of Persian Indigo #362373

Tints of Persian Indigo #362373

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.16%

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

R = 26.47%
G = 17.16%
B = 56.37%

CMYK

 C value IS 0.53

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#362373 (or 0x362373) is known color: Persian Indigo. HEX triplet: 36, 23 and 73. RGB value is (54,35,115). Sum of RGB (Red+Green+Blue) = 54+35+115=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #362373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362373 is #C9DC8C. Grayscale: #313131. Windows color (decimal): -13229197 or 7545654. OLE color: 7545654.

HSL color Cylindrical-coordinate representation of color #362373: hue angle of 254.25º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #362373 is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 35 115 -
CMYK 0.53 0.70 0 0.55
HSL 254.25º 0.53% 0.29% -
HSV(B) 254.25º 0.7% 0.45% -
XYZ 5.22 3.22 16.57 -
YUV 49.8 164.79 131 -
System Red Green Blue C M Y K H S L
Decimal 54 35 115 0.53 0.70 0 0.55 254.25 0.53 0.29
Hex 36 23 73 35 46 0 37 FE 35 1D
Octal 66 43 163 65 106 0 67 376 65 35
Binary 110110 100011 1110011 110101 1000110 0 110111 11111110 110101 11101

Color Harmonies of #362373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362373

Black with #362373

Text Example


Text Example

White with #362373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362373; }

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

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

background-color css

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

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

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

border-color css

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

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

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