Html Css Color HEX #380595 Persian Indigo

📋 copy color: '#380595'

red 56 ◦ green 5 ◦ blue 149

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

Shades of Persian Indigo #380595

Tints of Persian Indigo #380595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 70.95%

R = 26.67%
G = 2.38%
B = 70.95%

CMYK

 C value IS 0.62

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#380595 (or 0x380595) is known color: Persian Indigo. HEX triplet: 38, 05 and 95. RGB value is (56,5,149). Sum of RGB (Red+Green+Blue) = 56+5+149=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 149 (58.59% from 255 or 70.95% from 210); Max value from RGB is 149 - color contains mainly: blue. Hex color #380595 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380595 is #C7FA6A. Grayscale: #242424. Windows color (decimal): -13105771 or 9766200. OLE color: 9766200.

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

Color convert

RGB 56 5 149 -
CMYK 0.62 0.97 0 0.42
HSL 261.25º 0.94% 0.3% -
HSV(B) 261.25º 0.97% 0.58% -
XYZ 7.11 3.12 28.66 -
YUV 36.67 191.4 141.79 -
System Red Green Blue C M Y K H S L
Decimal 56 5 149 0.62 0.97 0 0.42 261.25 0.94 0.3
Hex 38 5 95 3E 61 0 2A 105 5E 1E
Octal 70 5 225 76 141 0 52 405 136 36
Binary 111000 101 10010101 111110 1100001 0 101010 100000101 1011110 11110

Color Harmonies of #380595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380595

Black with #380595

Text Example


Text Example

White with #380595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380595; }

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

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

background-color css

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

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

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

border-color css

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

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

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