Html Css Color HEX #380994 Persian Indigo

📋 copy color: '#380994'

red 56 ◦ green 9 ◦ blue 148

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

Shades of Persian Indigo #380994

Tints of Persian Indigo #380994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 69.48%

R = 26.29%
G = 4.23%
B = 69.48%

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

#380994 (or 0x380994) is known color: Persian Indigo. HEX triplet: 38, 09 and 94. RGB value is (56,9,148). Sum of RGB (Red+Green+Blue) = 56+9+148=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 148 (58.20% from 255 or 69.48% from 213); Max value from RGB is 148 - color contains mainly: blue. Hex color #380994 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380994 is #C7F66B. Grayscale: #262626. Windows color (decimal): -13104748 or 9701688. OLE color: 9701688.

HSL color Cylindrical-coordinate representation of color #380994: hue angle of 260.29º 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 #380994 is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 9 148 -
CMYK 0.62 0.94 0 0.42
HSL 260.29º 0.89% 0.31% -
HSV(B) 260.29º 0.94% 0.58% -
XYZ 7.07 3.17 28.26 -
YUV 38.9 189.57 140.2 -
System Red Green Blue C M Y K H S L
Decimal 56 9 148 0.62 0.94 0 0.42 260.29 0.89 0.31
Hex 38 9 94 3E 5E 0 2A 104 59 1F
Octal 70 11 224 76 136 0 52 404 131 37
Binary 111000 1001 10010100 111110 1011110 0 101010 100000100 1011001 11111

Color Harmonies of #380994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380994

Black with #380994

Text Example


Text Example

White with #380994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380994; }

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

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

background-color css

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

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

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

border-color css

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

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

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