Html Css Color HEX #362383 Persian Indigo

📋 copy color: '#362383'

red 54 ◦ green 35 ◦ blue 131

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

Shades of Persian Indigo #362383

Tints of Persian Indigo #362383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 59.55%

R = 24.55%
G = 15.91%
B = 59.55%

CMYK

 C value IS 0.59

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#362383 (or 0x362383) is known color: Persian Indigo. HEX triplet: 36, 23 and 83. RGB value is (54,35,131). Sum of RGB (Red+Green+Blue) = 54+35+131=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 131 (51.56% from 255 or 59.55% from 220); Max value from RGB is 131 - color contains mainly: blue. Hex color #362383 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362383 is #C9DC7C. Grayscale: #333333. Windows color (decimal): -13229181 or 8594230. OLE color: 8594230.

HSL color Cylindrical-coordinate representation of color #362383: hue angle of 251.87º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #362383 is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 35 131 -
CMYK 0.59 0.73 0 0.49
HSL 251.88º 0.58% 0.33% -
HSV(B) 251.88º 0.73% 0.51% -
XYZ 6.22 3.63 21.84 -
YUV 51.63 172.79 129.69 -
System Red Green Blue C M Y K H S L
Decimal 54 35 131 0.59 0.73 0 0.49 251.88 0.58 0.33
Hex 36 23 83 3B 49 0 31 FC 3A 21
Octal 66 43 203 73 111 0 61 374 72 41
Binary 110110 100011 10000011 111011 1001001 0 110001 11111100 111010 100001

Color Harmonies of #362383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362383

Black with #362383

Text Example


Text Example

White with #362383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362383; }

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

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

background-color css

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

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

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

border-color css

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

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

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