Html Css Color HEX #381194 Persian Indigo

📋 copy color: '#381194'

red 56 ◦ green 17 ◦ blue 148

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

Shades of Persian Indigo #381194

Tints of Persian Indigo #381194

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.69%

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

R = 25.34%
G = 7.69%
B = 66.97%

CMYK

 C value IS 0.62

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#381194 (or 0x381194) is known color: Persian Indigo. HEX triplet: 38, 11 and 94. RGB value is (56,17,148). Sum of RGB (Red+Green+Blue) = 56+17+148=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 148 (58.20% from 255 or 66.97% from 221); Max value from RGB is 148 - color contains mainly: blue. Hex color #381194 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381194 is #C7EE6B. Grayscale: #2B2B2B. Windows color (decimal): -13102700 or 9703736. OLE color: 9703736.

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

Color convert

RGB 56 17 148 -
CMYK 0.62 0.89 0 0.42
HSL 257.86º 0.79% 0.32% -
HSV(B) 257.86º 0.89% 0.58% -
XYZ 7.18 3.38 28.29 -
YUV 43.6 186.92 136.85 -
System Red Green Blue C M Y K H S L
Decimal 56 17 148 0.62 0.89 0 0.42 257.86 0.79 0.32
Hex 38 11 94 3E 59 0 2A 102 4F 20
Octal 70 21 224 76 131 0 52 402 117 40
Binary 111000 10001 10010100 111110 1011001 0 101010 100000010 1001111 100000

Color Harmonies of #381194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381194

Black with #381194

Text Example


Text Example

White with #381194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381194; }

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

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

background-color css

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

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

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

border-color css

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

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

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