Html Css Color HEX #380491 Persian Indigo

📋 copy color: '#380491'

red 56 ◦ green 4 ◦ blue 145

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

Shades of Persian Indigo #380491

Tints of Persian Indigo #380491

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.95%

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

R = 27.32%
G = 1.95%
B = 70.73%

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

#380491 (or 0x380491) is known color: Persian Indigo. HEX triplet: 38, 04 and 91. RGB value is (56,4,145). Sum of RGB (Red+Green+Blue) = 56+4+145=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 145 (57.03% from 255 or 70.73% from 205); Max value from RGB is 145 - color contains mainly: blue. Hex color #380491 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380491 is #C7FB6E. Grayscale: #232323. Windows color (decimal): -13106031 or 9503800. OLE color: 9503800.

HSL color Cylindrical-coordinate representation of color #380491: hue angle of 262.13º degrees, saturation: 0.95, 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 #380491 is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 4 145 -
CMYK 0.61 0.97 0 0.43
HSL 262.13º 0.95% 0.29% -
HSV(B) 262.13º 0.97% 0.57% -
XYZ 6.79 2.97 27 -
YUV 35.62 189.73 142.54 -
System Red Green Blue C M Y K H S L
Decimal 56 4 145 0.61 0.97 0 0.43 262.13 0.95 0.29
Hex 38 4 91 3D 61 0 2B 106 5F 1D
Octal 70 4 221 75 141 0 53 406 137 35
Binary 111000 100 10010001 111101 1100001 0 101011 100000110 1011111 11101

Color Harmonies of #380491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380491

Black with #380491

Text Example


Text Example

White with #380491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380491; }

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

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

background-color css

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

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

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

border-color css

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

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

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