Html Css Color HEX #380596 Persian Indigo

📋 copy color: '#380596'

red 56 ◦ green 5 ◦ blue 150

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

Shades of Persian Indigo #380596

Tints of Persian Indigo #380596

RGB

 RED value IS 56 (22.27% from 255) = 26.54%

 GREEN value IS 5 (2.34% from 255) = 2.37%

 BLUE value IS 150 (58.98% from 255) = 71.09%

R = 26.54%
G = 2.37%
B = 71.09%

CMYK

 C value IS 0.63

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#380596 (or 0x380596) is known color: Persian Indigo. HEX triplet: 38, 05 and 96. RGB value is (56,5,150). Sum of RGB (Red+Green+Blue) = 56+5+150=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 150 (58.98% from 255 or 71.09% from 211); Max value from RGB is 150 - color contains mainly: blue. Hex color #380596 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380596 is #C7FA69. Grayscale: #242424. Windows color (decimal): -13105770 or 9831736. OLE color: 9831736.

HSL color Cylindrical-coordinate representation of color #380596: hue angle of 261.1º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #380596 is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 56 5 150 -
CMYK 0.63 0.97 0 0.41
HSL 261.1º 0.94% 0.3% -
HSV(B) 261.1º 0.97% 0.59% -
XYZ 7.19 3.15 29.08 -
YUV 36.78 191.9 141.71 -
System Red Green Blue C M Y K H S L
Decimal 56 5 150 0.63 0.97 0 0.41 261.1 0.94 0.3
Hex 38 5 96 3F 61 0 29 105 5E 1E
Octal 70 5 226 77 141 0 51 405 136 36
Binary 111000 101 10010110 111111 1100001 0 101001 100000101 1011110 11110

Color Harmonies of #380596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380596

Black with #380596

Text Example


Text Example

White with #380596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380596; }

 p { color: rgb(56,5,150); }

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

background-color css

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

 a { background-color: rgb(56,5,150); }

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

border-color css

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

 span { border-color: rgb(56,5,150); }

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