Html Css Color HEX #362683 Persian Indigo

📋 copy color: '#362683'

red 54 ◦ green 38 ◦ blue 131

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

Shades of Persian Indigo #362683

Tints of Persian Indigo #362683

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.04%

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

R = 24.22%
G = 17.04%
B = 58.74%

CMYK

 C value IS 0.59

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#362683 (or 0x362683) is known color: Persian Indigo. HEX triplet: 36, 26 and 83. RGB value is (54,38,131). Sum of RGB (Red+Green+Blue) = 54+38+131=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 131 (51.56% from 255 or 58.74% from 223); Max value from RGB is 131 - color contains mainly: blue. Hex color #362683 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362683 is #C9D97C. Grayscale: #353535. Windows color (decimal): -13228413 or 8594998. OLE color: 8594998.

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

Color convert

RGB 54 38 131 -
CMYK 0.59 0.71 0 0.49
HSL 250.32º 0.55% 0.33% -
HSV(B) 250.32º 0.71% 0.51% -
XYZ 6.31 3.81 21.88 -
YUV 53.39 171.8 128.44 -
System Red Green Blue C M Y K H S L
Decimal 54 38 131 0.59 0.71 0 0.49 250.32 0.55 0.33
Hex 36 26 83 3B 47 0 31 FA 37 21
Octal 66 46 203 73 107 0 61 372 67 41
Binary 110110 100110 10000011 111011 1000111 0 110001 11111010 110111 100001

Color Harmonies of #362683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362683

Black with #362683

Text Example


Text Example

White with #362683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362683; }

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

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

background-color css

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

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

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

border-color css

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

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

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