Html Css Color HEX #381394 Persian Indigo

📋 copy color: '#381394'

red 56 ◦ green 19 ◦ blue 148

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

Shades of Persian Indigo #381394

Tints of Persian Indigo #381394

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.52%

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

R = 25.11%
G = 8.52%
B = 66.37%

CMYK

 C value IS 0.62

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#381394 (or 0x381394) is known color: Persian Indigo. HEX triplet: 38, 13 and 94. RGB value is (56,19,148). Sum of RGB (Red+Green+Blue) = 56+19+148=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 148 (58.20% from 255 or 66.37% from 223); Max value from RGB is 148 - color contains mainly: blue. Hex color #381394 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381394 is #C7EC6B. Grayscale: #2C2C2C. Windows color (decimal): -13102188 or 9704248. OLE color: 9704248.

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

Color convert

RGB 56 19 148 -
CMYK 0.62 0.87 0 0.42
HSL 257.21º 0.77% 0.33% -
HSV(B) 257.21º 0.87% 0.58% -
XYZ 7.21 3.44 28.3 -
YUV 44.77 186.26 136.01 -
System Red Green Blue C M Y K H S L
Decimal 56 19 148 0.62 0.87 0 0.42 257.21 0.77 0.33
Hex 38 13 94 3E 57 0 2A 101 4D 21
Octal 70 23 224 76 127 0 52 401 115 41
Binary 111000 10011 10010100 111110 1010111 0 101010 100000001 1001101 100001

Color Harmonies of #381394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381394

Black with #381394

Text Example


Text Example

White with #381394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381394; }

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

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

background-color css

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

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

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

border-color css

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

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

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