Html Css Color HEX #380995 Persian Indigo

📋 copy color: '#380995'

red 56 ◦ green 9 ◦ blue 149

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

Shades of Persian Indigo #380995

Tints of Persian Indigo #380995

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.21%

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

R = 26.17%
G = 4.21%
B = 69.63%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#380995 (or 0x380995) is known color: Persian Indigo. HEX triplet: 38, 09 and 95. RGB value is (56,9,149). Sum of RGB (Red+Green+Blue) = 56+9+149=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 149 (58.59% from 255 or 69.63% from 214); Max value from RGB is 149 - color contains mainly: blue. Hex color #380995 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380995 is #C7F66A. Grayscale: #262626. Windows color (decimal): -13104747 or 9767224. OLE color: 9767224.

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

Color convert

RGB 56 9 149 -
CMYK 0.62 0.94 0 0.42
HSL 260.14º 0.89% 0.31% -
HSV(B) 260.14º 0.94% 0.58% -
XYZ 7.15 3.21 28.68 -
YUV 39.01 190.07 140.12 -
System Red Green Blue C M Y K H S L
Decimal 56 9 149 0.62 0.94 0 0.42 260.14 0.89 0.31
Hex 38 9 95 3E 5E 0 2A 104 59 1F
Octal 70 11 225 76 136 0 52 404 131 37
Binary 111000 1001 10010101 111110 1011110 0 101010 100000100 1011001 11111

Color Harmonies of #380995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380995

Black with #380995

Text Example


Text Example

White with #380995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380995; }

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

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

background-color css

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

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

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

border-color css

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

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

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