Html Css Color HEX #380591 Persian Indigo

📋 copy color: '#380591'

red 56 ◦ green 5 ◦ blue 145

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

Shades of Persian Indigo #380591

Tints of Persian Indigo #380591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 70.39%

R = 27.18%
G = 2.43%
B = 70.39%

CMYK

 C value IS 0.61

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#380591 (or 0x380591) is known color: Persian Indigo. HEX triplet: 38, 05 and 91. RGB value is (56,5,145). Sum of RGB (Red+Green+Blue) = 56+5+145=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 145 (57.03% from 255 or 70.39% from 206); Max value from RGB is 145 - color contains mainly: blue. Hex color #380591 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380591 is #C7FA6E. Grayscale: #232323. Windows color (decimal): -13105775 or 9504056. OLE color: 9504056.

HSL color Cylindrical-coordinate representation of color #380591: hue angle of 261.86º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #380591 is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 5 145 -
CMYK 0.61 0.97 0 0.43
HSL 261.86º 0.93% 0.29% -
HSV(B) 261.86º 0.97% 0.57% -
XYZ 6.8 2.99 27.01 -
YUV 36.21 189.4 142.12 -
System Red Green Blue C M Y K H S L
Decimal 56 5 145 0.61 0.97 0 0.43 261.86 0.93 0.29
Hex 38 5 91 3D 61 0 2B 106 5D 1D
Octal 70 5 221 75 141 0 53 406 135 35
Binary 111000 101 10010001 111101 1100001 0 101011 100000110 1011101 11101

Color Harmonies of #380591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380591

Black with #380591

Text Example


Text Example

White with #380591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380591; }

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

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

background-color css

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

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

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

border-color css

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

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

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